Finished web socket communication #1

Merged
bionickatana merged 2 commits from feature/ui_websockets into main 2026-08-09 08:47:18 -06:00
Showing only changes of commit 5b6b810efd - Show all commits
+1 -1
View File
@@ -184,7 +184,7 @@ void WebService::update()
server.handleClient();
webSocket.loop();
// Brodcase updates once per second
// Brodcast updates once per second
static unsigned long lastUpdate = 0;
if (millis() - lastUpdate >= 1000)