Update to 3.10.3

This commit is contained in:
2026-04-01 08:50:55 +02:00
parent f5e5d92d31
commit 1d45d307ab
35 changed files with 723 additions and 229 deletions
+2
View File
@@ -118,6 +118,8 @@ void setup() {
if (info->message_opcode == WS_TEXT) {
Serial.printf("ws text: %s\n", (char *)data);
client->ping();
// Also send a message in the message queue when we get one
ws.textAll("Message received: " + String((char *)data));
}
} else {