enabled Serial Debug output by default
All checks were successful
CI-Build/Kettenoeler/pipeline/head This commit looks good
All checks were successful
CI-Build/Kettenoeler/pipeline/head This commit looks good
This commit is contained in:
@@ -299,7 +299,7 @@ void processCmdDebug(String input)
|
||||
// Lifecycle / I/O
|
||||
void initDebugger()
|
||||
{
|
||||
DebuggerStatus[dbg_Serial] = disabled;
|
||||
DebuggerStatus[dbg_Serial] = enabled;
|
||||
DebuggerStatus[dbg_Webui] = disabled;
|
||||
Serial.setDebugOutput(false);
|
||||
}
|
||||
|
@@ -104,6 +104,7 @@ void setup()
|
||||
|
||||
Wire.begin();
|
||||
|
||||
initDebugger();
|
||||
|
||||
#ifdef FEATURE_ENABLE_WIFI_CLIENT
|
||||
// Configure WiFi settings for client mode if enabled
|
||||
|
Reference in New Issue
Block a user