🔥 Clean up arduino libs

This commit is contained in:
Rune Harlyk
2025-10-09 18:31:40 +02:00
parent bc31b1b2dd
commit b184449e7b
19 changed files with 31 additions and 76 deletions
+4 -5
View File
@@ -1,5 +1,4 @@
#ifndef SYSTEM_SERVICE_H
#define SYSTEM_SERVICE_H
#pragma once
#include <ESPmDNS.h>
#include <PsychicHttp.h>
@@ -7,6 +6,8 @@
// #include <communication/websocket_adapter.h>
#include <filesystem.h>
#include <global.h>
#include "esp_timer.h"
#include <string>
#define MAX_ESP_ANALYTICS_SIZE 2024
#define EVENT_ANALYTICS "analytics"
@@ -27,6 +28,4 @@ void metrics(JsonObject &root);
void emitMetrics();
const char *resetReason(esp_reset_reason_t reason);
} // namespace system_service
#endif
} // namespace system_service