🎨 Moving project to use event bus

This commit is contained in:
Rune Harlyk
2025-07-08 21:47:06 +02:00
parent 0586775849
commit 6769ffeb20
69 changed files with 497 additions and 496 deletions
+3 -3
View File
@@ -14,7 +14,8 @@
#include <peripherals/servo_controller.h>
#include <peripherals/led_service.h>
#include <peripherals/camera_service.h>
#include <event_socket.h>
#include <event_bus.hpp>
#include <adapters/websocket.hpp>
#include <features.h>
#include <motion.h>
#include <task_manager.h>
@@ -80,7 +81,6 @@ class Spot {
PsychicHttpServer _server;
WiFiService _wifiService;
APService _apService;
EventSocket _socket;
MDNSService _mdnsService;
#if FT_ENABLED(USE_UPLOAD_FIRMWARE)
FirmwareUploadService _uploadFirmwareService;
@@ -103,7 +103,7 @@ class Spot {
bool updatedMotion = false;
const char *_appName = APP_NAME;
const u_int16_t _numberEndpoints = 120;
const u_int16_t _numberEndpoints = 130;
const u_int32_t _maxFileUpload = 2300000; // 2.3 MB
const uint16_t _port = 80;