🏎️ Updates servo controller to reflect rl angles

This commit is contained in:
Rune Harlyk
2024-08-03 14:02:30 +02:00
committed by Rune Harlyk
parent 5ecb2eb9b5
commit 4e75952f57
6 changed files with 106 additions and 277 deletions
@@ -176,9 +176,7 @@ class ESP32SvelteKit {
CameraSettingsService _cameraSettingsService;
#endif
Peripherals _peripherals;
#if FT_ENABLED(FT_SERVO)
ServoController _servoController;
#endif
#if FT_ENABLED(FT_WS2812)
LEDService _ledService;
#endif