We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a5acc commit bf3cfa6Copy full SHA for bf3cfa6
examples/WebSocketClientSocketIO/WebSocketClientSocketIO.ino
@@ -99,7 +99,7 @@ void loop() {
99
100
uint64_t now = millis();
101
102
- if(now - messageTimestamp > INTERVAL) {
+ if(now - messageTimestamp > MESSAGE_INTERVAL) {
103
messageTimestamp = now;
104
// example socket.io message with type "messageType" and JSON payload
105
webSocket.sendTXT("42[\"messageType\",{\"greeting\":\"hello\"}]");
0 commit comments