diff --git a/SmartEVSE-3/src/evse.cpp b/SmartEVSE-3/src/evse.cpp index 7c2c799c..fda38f82 100644 --- a/SmartEVSE-3/src/evse.cpp +++ b/SmartEVSE-3/src/evse.cpp @@ -4380,7 +4380,7 @@ void WiFiSetup(void) { #if DBG != 0 // Initialize the server (telnet or web socket) of RemoteDebug - Debug.begin(APhostname, 23, 2); + Debug.begin(APhostname, 23, 1); Debug.showColors(true); // Colors #if DBG == 2 Debug.setSerialEnabled(true); // if you wants serial echo - only recommended if ESP is plugged in USB