🏫 Collects all config file paths in espfs

This commit is contained in:
Rune Harlyk
2024-09-03 18:14:51 +02:00
committed by Rune Harlyk
parent db203e1503
commit 2bffac6558
8 changed files with 16 additions and 24 deletions
@@ -18,6 +18,7 @@
#include <HttpEndpoint.h>
#include <FSPersistence.h>
#include <WiFi.h>
#include <ESPFS.h>
#include <time.h>
#include <lwip/apps/sntp.h>
@@ -38,7 +39,6 @@
#define FACTORY_NTP_SERVER "time.google.com"
#endif
#define NTP_SETTINGS_FILE "/config/ntpSettings.json"
#define NTP_SETTINGS_SERVICE_PATH "/api/ntpSettings"
#define TIME_PATH "/api/time"