mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
parent
cb14cd42dc
commit
b324f59c03
9 changed files with 124 additions and 7 deletions
|
|
@ -59,6 +59,7 @@ class NTPSettings: BaseSettings {
|
|||
class WifiSettings: BaseSettings {
|
||||
public:
|
||||
WifiSettings();
|
||||
bool roaming = true;
|
||||
char ssid[65] = "";
|
||||
char passphrase[65] = "";
|
||||
//bool ssdpBroadcast = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue