esp8266 / arduino-esp8266fs-plugin

Arduino plugin for uploading files to ESP8266 file system
GNU General Public License v2.0
708 stars 214 forks source link

WiFi Passphrase Length #77

Closed devsys closed 4 years ago

devsys commented 4 years ago

Hello, is there any specific reason why the Wifi passphrase length is capped at 20 chars?

WiFi PSK passphrases can be of lengths between 8 and 63 ASCII-encoded characters.

Thanks!

devsys commented 4 years ago

I patched it locally to support the longer password lengths and it connected. Woohoo!

Now I can try this thing out! I can submit a PR later if you'd like with the changes.

devsys commented 4 years ago

Apologies, I posted this in the completely wrong repo. Closing