mirror of
https://github.com/anklimov/lighthub
synced 2025-12-17 09:09:51 +03:00
ESP32 stability fix + remove DMX
This commit is contained in:
@@ -907,7 +907,7 @@ bool send = isNotRetainingStatus() ;
|
||||
if (!suffixCode && defaultSuffixCode)
|
||||
suffixCode = defaultSuffixCode;
|
||||
|
||||
|
||||
yield();
|
||||
debugSerial<<F("RAM=")<<freeRam()<<F(" Item=")<<itemArr->name<<F(" Sub=")<<subItem<<F(" Suff=")<<suffixCode<<F(" Cmd=")<<cmd<<F(" Par=(");
|
||||
if (!itemArr) return -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user