Add wifi roaming #294 #270

This commit is contained in:
Robert Strouse 2024-03-09 12:45:06 -08:00
parent cb14cd42dc
commit b324f59c03
9 changed files with 124 additions and 7 deletions

View file

@ -59,6 +59,7 @@ class NTPSettings: BaseSettings {
class WifiSettings: BaseSettings {
public:
WifiSettings();
bool roaming = true;
char ssid[65] = "";
char passphrase[65] = "";
//bool ssdpBroadcast = true;