🎨 Renames event socket to websocket adapter
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include <event_socket.h>
|
||||
#include <communication/websocket_adapter.h>
|
||||
#include <string>
|
||||
|
||||
SemaphoreHandle_t clientSubscriptionsMutex = xSemaphoreCreateMutex();
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user