mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 11:02:12 +01:00
Increase WiFi passphrase length to 63 + terminator. #13
This commit is contained in:
parent
9b8a952db9
commit
b1b8d1be46
5 changed files with 8 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue