diff --git a/esp32/lib/ESP32-sveltekit/ESP32SvelteKit.cpp b/esp32/lib/ESP32-sveltekit/ESP32SvelteKit.cpp index 626a97e..bb6bcf0 100644 --- a/esp32/lib/ESP32-sveltekit/ESP32SvelteKit.cpp +++ b/esp32/lib/ESP32-sveltekit/ESP32SvelteKit.cpp @@ -206,7 +206,7 @@ void IRAM_ATTR ESP32SvelteKit::loop() { _wifiSettingsService.loop(); _apSettingsService.loop(); #if FT_ENABLED(FT_ANALYTICS) - _analyticsService.loop(); + _analyticsService.loop(); #endif #if FT_ENABLED(FT_BATTERY) _batteryService.loop();