remove Serial.p*

This commit is contained in:
proddy
2020-07-07 18:22:33 +02:00
parent cef80dff12
commit 06328476f3
6 changed files with 31 additions and 29 deletions

View File

@@ -64,7 +64,7 @@ void WiFiSettingsService::manageSTA() {
}
// Connect or reconnect as required
if ((WiFi.getMode() & WIFI_STA) == 0) {
Serial.println(F("Connecting to WiFi."));
// Serial.println(F("Connecting to WiFi."));
if (_state.staticIPConfig) {
// configure for static IP
WiFi.config(_state.localIP, _state.gatewayIP, _state.subnetMask, _state.dnsIP1, _state.dnsIP2);