mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Merge branch 'dev' of https://github.com/emsesp/EMS-ESP32 into idf4_no_master
This commit is contained in:
@@ -17,6 +17,13 @@
|
||||
#include <StatefulService.h>
|
||||
#include <Network.h>
|
||||
|
||||
#define AP_SETTINGS_FILE "/config/apSettings.json"
|
||||
#define MQTT_SETTINGS_FILE "/config/mqttSettings.json"
|
||||
#define NETWORK_SETTINGS_FILE "/config/networkSettings.json"
|
||||
#define NTP_SETTINGS_FILE "/config/ntpSettings.json"
|
||||
#define EMSESP_SETTINGS_FILE "/config/emsespSettings.json"
|
||||
#define OTA_SETTINGS_FILE "/config/otaSettings.json"
|
||||
|
||||
class DummySettings {
|
||||
public:
|
||||
uint8_t tx_mode = 1;
|
||||
|
||||
Reference in New Issue
Block a user