函数名改为驼峰式-1

This commit is contained in:
zogodo
2019-10-09 18:03:39 +08:00
parent e958db30b1
commit ec4eef27e4
5 changed files with 40 additions and 61 deletions

View File

@@ -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