💡 Adds led service

This commit is contained in:
Rune Harlyk
2024-07-01 21:09:18 +02:00
committed by Rune Harlyk
parent 9d127230ca
commit 73019c008b
5 changed files with 80 additions and 1 deletions
@@ -29,6 +29,7 @@
#include <ServoController.h>
#include <ESPFS.h>
#include <ESPmDNS.h>
#include <LEDService.h>
#include <EventSocket.h>
#include <FactoryResetService.h>
#include <FeaturesService.h>
@@ -249,6 +250,9 @@ private:
#if FT_ENABLED(FT_SERVO)
ServoController _servoController;
#endif
#if FT_ENABLED(FT_WS2812)
LEDService _ledService;
#endif
String _appName = APP_NAME;