🎨 Pull subscribe logic out from websocket

This commit is contained in:
Rune Harlyk
2025-09-14 22:25:57 +02:00
committed by Rune Harlyk
parent 06d27e0644
commit 1cadcf8bdb
4 changed files with 183 additions and 158 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
// Communication
PsychicHttpServer server;
EventSocket socket {server, "/api/ws"};
Websocket socket {server, "/api/ws"};
// Core
Peripherals peripherals;