DEBUGOUT improvements

This commit is contained in:
Ewoud
2023-02-24 19:03:52 +01:00
parent 88ba127910
commit f00558c5f4
3 changed files with 15 additions and 28 deletions

View File

@@ -917,6 +917,7 @@ void serializeInfo(JsonObject root)
#ifdef WLED_DEBUG
os = 0x80;
#endif
//WLEDMM: WLED_DEBUG_HOST also if not WLED_DEBUG
#ifdef WLED_DEBUG_HOST
os |= 0x0100;
if (!netDebugEnabled) os &= ~0x0080;