esp-arduino-apboot icon indicating copy to clipboard operation
esp-arduino-apboot copied to clipboard

What happens if SSID is longer than 32 characters?

Open cravecode opened this issue 9 years ago • 1 comments

It looks like you may run into issues where SSIDs longer than 32 characters will run into the password EEPROM address space.

Thank you so much for this repo!!

cravecode avatar Jan 21 '16 03:01 cravecode

According to the documentation of the standard, the length of an SSID should be a maximum of 32 characters (32 octets, normally ASCII letters and digits, though the standard itself doesn't exclude values).

Some access point/router firmware versions use null-terminated strings and accept only 31 characters.

So it's not an issue.

pierzogad avatar Apr 09 '16 11:04 pierzogad