🎩 Adds lots of magic

This commit is contained in:
Rune Harlyk
2024-06-09 21:23:29 +02:00
committed by Rune Harlyk
parent 69733beb5e
commit 88f9c0e5fb
8 changed files with 111 additions and 49 deletions
@@ -118,7 +118,7 @@ void WiFiSettingsService::connectToWiFi()
}
else if (scanResult == 0)
{
ESP_LOGW("WiFiSettingsService", "No networks found.");
ESP_LOGI("WiFiSettingsService", "No networks found.");
}
else
{