spigotx / Moodlite

Moodlite
GNU General Public License v3.0
109 stars 17 forks source link

version 2.0 wifi password too restrictive #6

Open dattas opened 5 years ago

dattas commented 5 years ago

Hello,

It appears with version 2.0 the max wifi password length is 20 characters. Unfortunately my password is more than this and I suspect this may be the case for many others as well. Could we bump this up to at least 30 or even more characters so that I don't have to custom compile the hardcoded values and remove reading from eeprom?

Looking at how the eeprom is currently allocated there is even room to simply expand the password to 30 characters (0x20) without any other changes without even filling the eeprom.

Thanks!

spigotx commented 5 years ago

In version V3.0 the password is extended to 40 chars.