You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
320 B
17 lines
320 B
#include "wifi.h"
|
|
|
|
#define WIFI_SSID 1
|
|
#define WIFI_NAME "ZWSD_ESP32"
|
|
#define WIFI_PASSWORD "zwsdzwsd"
|
|
|
|
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) { return true; }
|
|
|
|
void T_wifi_send_data(void) {}
|