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;
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#define FT_OTA 0
|
||||
#endif
|
||||
|
||||
// upload firmware feature off by default
|
||||
// upload firmware/file feature off by default
|
||||
#ifndef FT_UPLOAD_FIRMWARE
|
||||
#define FT_UPLOAD_FIRMWARE 0
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user