From a8befef1410f876c3b085ef4f6b089a28f59019b Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 10 Jun 2020 16:23:18 +0200 Subject: [PATCH] PSK mininum length 8 to avoid being locked out W3 spec says, minlength only applies if there is any value given at all. WPA2 expects 8 to 64. --- source/ESP_Code/ESP_Code.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ESP_Code/ESP_Code.ino b/source/ESP_Code/ESP_Code.ino index 70c86d6..12f392a 100644 --- a/source/ESP_Code/ESP_Code.ino +++ b/source/ESP_Code/ESP_Code.ino @@ -252,7 +252,7 @@ void settingsPage() "Yes
" "No

" "SSID:
" - "Password:
" + "Password:
" "Channel:

" "IP:
" "Gateway:
"