mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Improve wifi fallback
This commit is contained in:
parent
ea5614c700
commit
60af2bf399
14 changed files with 133 additions and 69 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#ifndef configsettings_h
|
||||
#define configsettings_h
|
||||
|
||||
#define FW_VERSION "v2.4.0"
|
||||
#define FW_VERSION "v2.4.1"
|
||||
enum DeviceStatus {
|
||||
DS_OK = 0,
|
||||
DS_ERROR = 1,
|
||||
|
|
@ -15,6 +15,7 @@ struct restore_options_t {
|
|||
bool network = false;
|
||||
bool transceiver = false;
|
||||
bool repeaters = false;
|
||||
bool mqtt = false;
|
||||
void fromJSON(JsonObject &obj);
|
||||
};
|
||||
struct appver_t {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue