🚨 Adds feature check for led service

This commit is contained in:
Rune Harlyk
2024-11-13 22:05:31 +01:00
parent 8f64edc3e4
commit c92a931846
@@ -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();