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.

16 lines
312 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. #include "wifi.h"
  2. #define WIFI_SSID 1
  3. #define WIFI_NAME "ZWSD_ESP32"
  4. #define WIFI_PASSWORD "zwsdzwsd"
  5. void T_wifi_init(void) {}
  6. void T_wifi_registered_cb(void) {}
  7. void T_wifi_connect(void) {}
  8. void T_wifi_disconnect(void) {}
  9. bool T_wifi_connect_timeout(void) { return true; }
  10. void T_wifi_send_data(void) {}