Skip to content

Commit

Permalink
evse.cpp: Now really make verbose the default telnet debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Dec 19, 2023
1 parent 51b1b12 commit f9e2de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartEVSE-3/src/evse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9e2de8

Please sign in to comment.