|
|
@ -6,11 +6,11 @@ typedef struct |
|
|
|
{ |
|
|
|
bool wifi_connect_flag; |
|
|
|
uint8_t wifi_max_connect_num; |
|
|
|
} wifi_config_structer_t; |
|
|
|
} wifi_structer_t; |
|
|
|
|
|
|
|
void wifi_init(void); |
|
|
|
void wifi_registered_cb(void); |
|
|
|
void wifi_start_connect(void); |
|
|
|
void wifi_stop_connect(void); |
|
|
|
bool wifi_connect_timeout(void); |
|
|
|
void wifi_send_data(void); |
|
|
|
void T_wifi_init(void); |
|
|
|
void T_wifi_registered_cb(void); |
|
|
|
void T_wifi_start_connect(void); |
|
|
|
void T_wifi_stop_connect(void); |
|
|
|
bool T_wifi_connect_timeout(void); |
|
|
|
void T_wifi_send_data(void); |