1 parent 3572cc5 commit 52d90bcCopy full SHA for 52d90bc
1 file changed
targets/esp32/main/main.cpp
@@ -120,11 +120,11 @@ void wifi_init_sta(void) {
120
* happened. */
121
if (bits & WIFI_CONNECTED_BIT) {
122
ESP_LOGI("WiFi", "connected to ap SSID:%s password:%s",
123
- CONFIG_EXAMPLE_WIFI_SSID, CONFIG_EXAMPLE_WIFI_SSID);
+ CONFIG_WIFI_SSID, CONFIG_WIFI_SSID);
124
}
125
else if (bits & WIFI_FAIL_BIT) {
126
ESP_LOGI("WiFi", "Failed to connect to SSID:%s, password:%s",
127
128
129
else {
130
ESP_LOGE("WiFi", "UNEXPECTED EVENT");
0 commit comments