-->
Page 1 of 1

WIFi.softAP - Arduino staging doesn't honor SSID/Password

PostPosted: Sun Dec 20, 2015 12:54 pm
by shoelessone
Hello all!

I'm having what I'd call a semi-significant issue with the current "staging" version of the Arduino code for ESP8266.

Using the Arduino example sketch WifiAccessPoint sketch (here: https://github.com/esp8266/Arduino/blob ... sPoint.ino), which should result in an AP named ESPap and with password "thereisnospoon" instead results in an open, generic ESP_XXXXXX wifi point.

I don't care much about the name of the access point (though it would be nice to set it), however it's somewhat important to me that I am able to secure the AP with a password.

Any ideas?

I'll add that I didn't see an issue on github related to this, but I created one here: https://github.com/esp8266/Arduino/issues/1261

Thank you for any help, Xmas is around the corner and I'm so close!

Re: WIFi.softAP - Arduino staging doesn't honor SSID/Passwor

PostPosted: Sun Dec 20, 2015 5:12 pm
by shoelessone
And... Looks like it's a problem with the staging / rc2 version of the libray! I guessing using 2.0.0 should in theory fix the problem!