🔥 Clean up arduino libs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user