mirror of
https://github.com/tbnobody/OpenDTU.git
synced 2025-12-12 01:40:52 +01:00
@@ -2,6 +2,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <ArduinoJson.h>
|
||||
#include <LittleFS.h>
|
||||
#include <cstdint>
|
||||
|
||||
class Utils {
|
||||
@@ -12,4 +13,5 @@ public:
|
||||
static bool checkJsonAlloc(const JsonDocument& doc, const char* function, const uint16_t line);
|
||||
static void removeAllFiles();
|
||||
static String generateMd5FromFile(String file);
|
||||
static void skipBom(File& f);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user