Netdebug default enabled in _M and _XL bins and also works without Debug

This commit is contained in:
Ewoud
2023-03-08 13:56:20 +01:00
parent 7f7da1c52c
commit 1aa3ba9fad
8 changed files with 3619 additions and 3567 deletions

View File

@@ -971,8 +971,9 @@ void serializeInfo(JsonObject root)
#ifdef WLED_DEBUG
os = 0x80;
#endif
//WLEDMM: WLED_DEBUG_HOST also if not WLED_DEBUG
//WLEDMM: WLED_DEBUG_HOST independent from WLED_DEBUG
#ifdef WLED_DEBUG_HOST
os = 0x80; //WLEDMM: also if not WLED_DEBUG (on off button Net Debug)
os |= 0x0100;
if (!netDebugEnabled) os &= ~0x0080;
#endif