devc
This commit is contained in:
parent
de7f4f0baf
commit
0e89454ce5
@ -24,6 +24,8 @@ public:
|
|||||||
snprintf(buffer, sizeof(buffer), format, args...); // Use snprintf to format the string
|
snprintf(buffer, sizeof(buffer), format, args...); // Use snprintf to format the string
|
||||||
webSocket.sendTXT(buffer);
|
webSocket.sendTXT(buffer);
|
||||||
Serial.print("[WebSocket] Sent: ");
|
Serial.print("[WebSocket] Sent: ");
|
||||||
|
}else{
|
||||||
|
Serial.print("[WebSocket] Dropped: ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user