enabled Serial Debug output by default
All checks were successful
CI-Build/Kettenoeler/pipeline/head This commit looks good

This commit is contained in:
2025-10-08 22:34:53 +02:00
parent 17ce546255
commit 6359d141d1
2 changed files with 2 additions and 1 deletions

View File

@@ -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);
}

View File

@@ -104,6 +104,7 @@ void setup()
Wire.begin();
initDebugger();
#ifdef FEATURE_ENABLE_WIFI_CLIENT
// Configure WiFi settings for client mode if enabled