🎨 Renames event socket to websocket adapter

This commit is contained in:
Rune Harlyk
2025-09-14 21:49:05 +02:00
committed by Rune Harlyk
parent 98b519dee8
commit 06d27e0644
6 changed files with 5 additions and 5 deletions
@@ -1,4 +1,4 @@
#include <event_socket.h>
#include <communication/websocket_adapter.h>
#include <string>
SemaphoreHandle_t clientSubscriptionsMutex = xSemaphoreCreateMutex();
+1 -1
View File
@@ -9,7 +9,7 @@
#include <peripherals/servo_controller.h>
#include <peripherals/led_service.h>
#include <peripherals/camera_service.h>
#include <event_socket.h>
#include <communication/websocket_adapter.h>
#include <features.h>
#include <motion.h>
#include <wifi_service.h>