Net Debug = Net print and tablet pc mode on 1024

This commit is contained in:
Ewoud
2023-03-27 14:47:13 +02:00
parent d74f41d680
commit df4be5550f
8 changed files with 1664 additions and 1664 deletions

View File

@@ -990,7 +990,7 @@ void serializeInfo(JsonObject root)
#endif
//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/Net Serial)
os = 0x80; //WLEDMM: also if not WLED_DEBUG (on off button Net Debug/Net Print)
os |= 0x0100;
if (!netDebugEnabled) os &= ~0x0080;
#endif