Skip to content

Commit

Permalink
sync with pro version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Feb 5, 2024
1 parent 27640fd commit a3bf3ea
Show file tree
Hide file tree
Showing 3 changed files with 3,005 additions and 3,007 deletions.
2 changes: 0 additions & 2 deletions lib/ESPDASH/src/ESPDash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,6 @@ void ESPDash::send(AsyncWebSocketClient* client, JsonDocument& doc) {
AsyncWebSocketMessageBuffer* buffer = _ws->makeBuffer(len);
assert(buffer);
serializeJson(doc, buffer->get(), len);
// Serial.write(buffer->get(), len);
// Serial.println();
if (client != nullptr) {
client->text(buffer);
} else {
Expand Down
Loading

0 comments on commit a3bf3ea

Please sign in to comment.