编译通过

This commit is contained in:
zogodo
2019-10-09 21:21:37 +08:00
parent a5fe421847
commit c501a310c7
3 changed files with 8 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ extern char* wifi_ret;
extern char wifi_status;
extern void StationInit(void);
extern void WifiInit(void);
extern void ApInit(void);
extern void WifiConnect(char* wifi_ssid, char* wifi_key);