Net Debug / Net Serial updates

Add PinManagerClass::manageDebugTXPin to handle allocating pins for WLED_DEBUG_HOST and WLED_DEBUG
This commit is contained in:
Ewoud
2023-03-23 14:21:42 +01:00
parent d424c738cd
commit 27c4d98ada
9 changed files with 1346 additions and 1327 deletions

View File

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