kopia lustrzana https://github.com/Aircoookie/WLED
Debug: Dump web server queue state
This can be helpful for debugging web handler related issues.pull/4516/head
rodzic
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;
|
||||||
|
|
Ładowanie…
Reference in New Issue