Finished web socket communication

This commit is contained in:
2026-08-09 08:46:00 -06:00
parent b782867c69
commit 5b6b810efd
+1 -1
View File
@@ -184,7 +184,7 @@ void WebService::update()
server.handleClient(); server.handleClient();
webSocket.loop(); webSocket.loop();
// Brodcase updates once per second // Brodcast updates once per second
static unsigned long lastUpdate = 0; static unsigned long lastUpdate = 0;
if (millis() - lastUpdate >= 1000) if (millis() - lastUpdate >= 1000)