Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SoftAP SSID not honored? #1367

Closed
andig opened this issue Jan 4, 2016 · 2 comments
Closed

SoftAP SSID not honored? #1367

andig opened this issue Jan 4, 2016 · 2 comments

Comments

@andig
Copy link
Contributor

andig commented Jan 4, 2016

Running 2.0.0rc2, starting the SoftAP via

const char* ap_default_ssid = "esp8266"; // Default SSID
const char* ap_default_psk = "00000000"; // Default PSK

WiFi.mode(WIFI_AP);
delay(10);

WiFi.softAP(ap_default_ssid, ap_default_psk);

I do see an access point named AI-THINKER- plus chip id. I was expecting esp8266?

@Links2004
Copy link
Collaborator

the staging is older then the stable.
it fixed in stable and in the git version.

#1356
#1054
#1103
#1123
#1141

@andig
Copy link
Contributor Author

andig commented Jan 4, 2016

Will check, thank you. Might make sense to remove staging now that stable is available.

@andig andig closed this as completed Jan 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants