🚨 Adds feature check for led service
This commit is contained in:
@@ -32,7 +32,9 @@ void ESP32SvelteKit::begin() {
|
||||
ESP_LOGI("Running Firmware Version: %s", APP_VERSION);
|
||||
ESPFS.begin(true);
|
||||
g_taskManager.begin();
|
||||
#if FT_ENABLED(USE_WS2812)
|
||||
_ledService.loop();
|
||||
#endif
|
||||
_wifiService.begin();
|
||||
|
||||
setupServer();
|
||||
|
||||
Reference in New Issue
Block a user