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
|
// Lifecycle / I/O
|
||||||
void initDebugger()
|
void initDebugger()
|
||||||
{
|
{
|
||||||
DebuggerStatus[dbg_Serial] = disabled;
|
DebuggerStatus[dbg_Serial] = enabled;
|
||||||
DebuggerStatus[dbg_Webui] = disabled;
|
DebuggerStatus[dbg_Webui] = disabled;
|
||||||
Serial.setDebugOutput(false);
|
Serial.setDebugOutput(false);
|
||||||
}
|
}
|
||||||
|
@@ -104,6 +104,7 @@ void setup()
|
|||||||
|
|
||||||
Wire.begin();
|
Wire.begin();
|
||||||
|
|
||||||
|
initDebugger();
|
||||||
|
|
||||||
#ifdef FEATURE_ENABLE_WIFI_CLIENT
|
#ifdef FEATURE_ENABLE_WIFI_CLIENT
|
||||||
// Configure WiFi settings for client mode if enabled
|
// Configure WiFi settings for client mode if enabled
|
||||||
|
Reference in New Issue
Block a user