🚨 Updates led service to show isConnected

This commit is contained in:
Rune Harlyk
2024-08-03 18:13:52 +02:00
committed by Rune Harlyk
parent 4c05ba695b
commit 278061bd7c
2 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -200,6 +200,9 @@ void ESP32SvelteKit::startServices() {
void IRAM_ATTR ESP32SvelteKit::loop() {
while (1) {
#if FT_ENABLED(FT_WS2812)
_ledService.loop();
#endif
_wifiSettingsService.loop();
_apSettingsService.loop();
#if FT_ENABLED(FT_ANALYTICS)
@@ -207,9 +210,6 @@ void IRAM_ATTR ESP32SvelteKit::loop() {
#endif
#if FT_ENABLED(FT_BATTERY)
_batteryService.loop();
#endif
#if FT_ENABLED(FT_WS2812)
_ledService.loop();
#endif
_peripherals.loop();
delay(20);