mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
函数名改为驼峰式-1
This commit is contained in:
@@ -19,8 +19,8 @@ extern char* wifi_ret;
|
||||
|
||||
extern char wifi_status;
|
||||
|
||||
extern void wifi_init(void);
|
||||
extern void ap_init(void);
|
||||
extern void wifi_connect(char* wifi_ssid, char* wifi_key);
|
||||
extern void StationInit(void);
|
||||
extern void ApInit(void);
|
||||
extern void WifiConnect(char* wifi_ssid, char* wifi_key);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user