pull/42/head
sh123 2022-06-20 18:58:49 +03:00
rodzic a24c99b3ed
commit 75d756ded5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -137,7 +137,7 @@ void Service::setupWifi(const String &wifiName, const String &wifiKey)
int retryCnt = 0;
while (WiFi.status() != WL_CONNECTED) {
delay(CfgConnRetryMs);
LOG_WARN("WIFI retrying", retryCnt);
LOG_INFO("WIFI retrying", retryCnt);
if (retryCnt++ >= CfgConnRetryMaxTimes) {
LOG_ERROR("WIFI connect failed");
return;