🎐 Makes analytics a part of system service

This commit is contained in:
Rune Harlyk
2024-11-14 11:18:29 +01:00
parent f3d2fec0e9
commit 35e1cc678a
8 changed files with 20 additions and 47 deletions
-4
View File
@@ -3,7 +3,6 @@
#include <Arduino.h>
#include <analytics_service.h>
#include <BatteryService.h>
#include <filesystem.h>
#include <firmware_download_service.h>
@@ -93,9 +92,6 @@ class Spot {
#if FT_ENABLED(USE_BATTERY)
BatteryService _batteryService;
#endif
#if FT_ENABLED(USE_ANALYTICS)
AnalyticsService _analyticsService;
#endif
#if FT_ENABLED(USE_MOTION)
MotionService _motionService;
#endif