🎐 Makes Analytics service use system service for metrics

This commit is contained in:
Rune Harlyk
2024-11-12 11:50:28 +01:00
parent 1b7ae688a6
commit 316b1a52cb
3 changed files with 16 additions and 22 deletions
+2 -1
View File
@@ -1,10 +1,11 @@
#ifndef SYSTEM_SERVICE_H
#define SYSTEM_SERVICE_H
#include <filesystem.h>
#include <ESPmDNS.h>
#include <PsychicHttp.h>
#include <WiFi.h>
#include <task_manager.h>
#include <filesystem.h>
#include <global.h>
namespace system_service {