update firmware/esp-idf/get-started/main/wifi.c.

This commit is contained in:
随遇而安
2021-07-05 08:18:59 +00:00
committed by Gitee
parent b8697b0b37
commit 4f0f43a2ea

View File

@@ -10,8 +10,8 @@
#define WIFI_CONNECTED_BIT BIT0
#define WIFI_FAIL_BIT BIT1
char ssid[33]="tp-six"; // wifi的SSID
char pwd[65]="clh15108665817"; // wifi的密码
char ssid[33]="ssid"; // wifi的SSID
char pwd[65]="password"; // wifi的密码
static const char *TAG = "WIFI";