Debug: Dump web server queue state

This can be helpful for debugging web handler related issues.
This commit is contained in:
Will Miles 2024-08-04 14:02:05 -04:00
parent 981750a48a
commit dc317220b3

View File

@ -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;