mirror of
https://github.com/wled/WLED.git
synced 2025-07-09 20:06:33 +00:00
Debug: Dump web server queue state
This can be helpful for debugging web handler related issues.
This commit is contained in:
parent
981750a48a
commit
dc317220b3
@ -303,6 +303,7 @@ void WLED::loop()
|
||||
DEBUG_PRINTF_P(PSTR("Strip time[ms]:%u/%lu\n"), avgStripMillis/loops, maxStripMillis);
|
||||
}
|
||||
strip.printSize();
|
||||
server.printStatus(DEBUGOUT);
|
||||
loops = 0;
|
||||
maxLoopMillis = 0;
|
||||
maxUsermodMillis = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user