Increase WiFi passphrase length to 63 + terminator. #13

This commit is contained in:
Robert Strouse 2023-04-04 13:00:18 -07:00
parent 9b8a952db9
commit b1b8d1be46
5 changed files with 8 additions and 14 deletions

View file

@ -40,7 +40,7 @@ class WifiSettings: BaseSettings {
WifiSettings();
// char hostname[32] = "ESPSomfyRTS";
char ssid[64] = "";
char passphrase[32] = "";
char passphrase[64] = "";
//bool ssdpBroadcast = true;
bool begin();
bool fromJSON(JsonObject &obj);