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
308 B

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 wifi_init(void) {}
  6. void wifi_registered_cb(void) {}
  7. void wifi_start_connect(void) {}
  8. void wifi_stop_connect(void) {}
  9. bool wifi_connect_timeout(void) { return true; }
  10. void wifi_send_data(void) {}