🪵 Removes serial logging

This commit is contained in:
Rune Harlyk
2024-06-09 14:10:53 +02:00
committed by Rune Harlyk
parent f62a8a38cb
commit 55347f1cac
7 changed files with 1 additions and 54 deletions
@@ -98,9 +98,6 @@ void WiFiSettingsService::manageSTA()
// Connect or reconnect as required
if ((WiFi.getMode() & WIFI_STA) == 0)
{
#ifdef SERIAL_INFO
Serial.println("Connecting to WiFi...");
#endif
connectToWiFi();
}
}