mirror of
https://github.com/wled/WLED.git
synced 2025-07-23 10:46:33 +00:00
Added WS send debug logging.
This commit is contained in:
parent
9e583f9ff0
commit
44e574f440
@ -90,6 +90,7 @@ void sendDataWs(AsyncWebSocketClient * client)
|
||||
if (!ws.count()) return;
|
||||
AsyncWebSocketMessageBuffer * buffer;
|
||||
|
||||
DEBUG_PRINTLN(F("Sending WS data."));
|
||||
{ //scope JsonDocument so it releases its buffer
|
||||
DynamicJsonDocument doc(JSON_BUFFER_SIZE);
|
||||
JsonObject state = doc.createNestedObject("state");
|
||||
|
Loading…
x
Reference in New Issue
Block a user