mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Add MQTT settings to backup/restore #284
This commit is contained in:
parent
632dd3900b
commit
ea5614c700
12 changed files with 89 additions and 47 deletions
|
|
@ -13,6 +13,7 @@ class Network {
|
|||
public:
|
||||
bool wifiFallback = false;
|
||||
bool softAPOpened = false;
|
||||
bool needsBroadcast = true;
|
||||
conn_types connType = conn_types::unset;
|
||||
bool connected();
|
||||
String ssid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue