🧹 Removes notification event service

This commit is contained in:
Rune Harlyk
2024-05-02 22:29:11 +02:00
committed by Rune Harlyk
parent 9dee0e1bb1
commit b7a4568f07
9 changed files with 59 additions and 139 deletions
@@ -195,6 +195,7 @@ void IRAM_ATTR ESP32SvelteKit::_loop() {
#if FT_ENABLED(FT_ANALYTICS)
_analyticsService.loop();
#endif
_motionService.loop();
vTaskDelay(20 / portTICK_PERIOD_MS);
}
}