This commit is contained in:
James 2024-04-27 19:52:23 +01:00
parent de7f4f0baf
commit 0e89454ce5

View File

@ -24,6 +24,8 @@ public:
snprintf(buffer, sizeof(buffer), format, args...); // Use snprintf to format the string
webSocket.sendTXT(buffer);
Serial.print("[WebSocket] Sent: ");
}else{
Serial.print("[WebSocket] Dropped: ");
}
}