mirror of
https://github.com/wled/WLED.git
synced 2025-07-10 12:26:31 +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);
|
DEBUG_PRINTF_P(PSTR("Strip time[ms]:%u/%lu\n"), avgStripMillis/loops, maxStripMillis);
|
||||||
}
|
}
|
||||||
strip.printSize();
|
strip.printSize();
|
||||||
|
server.printStatus(DEBUGOUT);
|
||||||
loops = 0;
|
loops = 0;
|
||||||
maxLoopMillis = 0;
|
maxLoopMillis = 0;
|
||||||
maxUsermodMillis = 0;
|
maxUsermodMillis = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user