mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-21 03:20:57 +02:00
typo
This commit is contained in:
parent
486f35694e
commit
4896d1255b
@ -142,7 +142,7 @@ void wifi_init_sta(void)
|
|||||||
if (bits & WIFI_CONNECTED_BIT) {
|
if (bits & WIFI_CONNECTED_BIT) {
|
||||||
ESP_LOGI(TAG, "Connected to SSID: %s", WIFI_SSD);
|
ESP_LOGI(TAG, "Connected to SSID: %s", WIFI_SSD);
|
||||||
} else if (bits & WIFI_FAIL_BIT) {
|
} else if (bits & WIFI_FAIL_BIT) {
|
||||||
ESP_LOGI(TAG, "Failed to connect to SSID: %s, password:%s", WIFI_SSD);
|
ESP_LOGI(TAG, "Failed to connect to SSID: %s", WIFI_SSD);
|
||||||
} else {
|
} else {
|
||||||
ESP_LOGE(TAG, "UNEXPECTED EVENT");
|
ESP_LOGE(TAG, "UNEXPECTED EVENT");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user