-->
Page 1 of 1

Unable to connect to WIFI with SSID with length 32 chars

PostPosted: Fri Feb 10, 2017 12:52 pm
by Mardun
I am not able to logon to Wifi with SSID with full length of 32 characters (WiFiClient.ino).
Also example code for WiFiScan.ino is printing wrong SSID (SSID with some random tail).
It's probably because in structure for SSID there isn't place for string termination character ...

Shorten SSIDs are working fine.

Re: Unable to connect to WIFI with SSID with length 32 chars

PostPosted: Sat Feb 11, 2017 10:14 am
by martinayotte
SSID can't be more than 31 characters :

https://github.com/esp8266/Arduino/blob ... A.cpp#L104