From 48829dafaa8d63093dbc07521f0bdab0fc907535 Mon Sep 17 00:00:00 2001 From: Niklas Jensen Date: Fri, 30 Jan 2026 21:51:45 +0100 Subject: [PATCH] Moved all filenames to filesystem file --- esp32/include/peripherals/peripherals.h | 2 -- esp32/include/peripherals/servo_controller.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/esp32/include/peripherals/peripherals.h b/esp32/include/peripherals/peripherals.h index 28b0efd..0c51cc8 100644 --- a/esp32/include/peripherals/peripherals.h +++ b/esp32/include/peripherals/peripherals.h @@ -10,8 +10,6 @@ #include #include -#define PERIPHERAL_SETTINGS_FILE "/config/peripheralSettings.pb" - #include #include diff --git a/esp32/include/peripherals/servo_controller.h b/esp32/include/peripherals/servo_controller.h index 771856b..72c919a 100644 --- a/esp32/include/peripherals/servo_controller.h +++ b/esp32/include/peripherals/servo_controller.h @@ -16,8 +16,6 @@ #define FACTORY_SERVO_OSCILLATOR_FREQUENCY 27000000 #endif -#define SERVO_SETTINGS_FILE "/config/servoSettings.pb" - enum class SERVO_CONTROL_STATE { DEACTIVATED, PWM, ANGLE }; using ServoSettings = api_ServoSettings;