Update to 3.10.3
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user