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 name #551

Closed
fruktiz32 opened this issue Jan 5, 2023 · 1 comment · Fixed by #552
Closed

SoftAP SSID name #551

fruktiz32 opened this issue Jan 5, 2023 · 1 comment · Fixed by #552
Labels
bug Something isn't working fixed The issue has been resolved

Comments

@fruktiz32
Copy link

fruktiz32 commented Jan 5, 2023

Hello, I just updated to 1.4.0 version and softAP SSID always starts with name esp32ap. In older version I was abel to modify SSID with this code:

AutoConnectConfig config("MySSIDname", "123456789");

I have tried to look on documentation it seems that nothing changed, but this does not work anymore. Any ideas?

@fruktiz32 fruktiz32 changed the title SSID name SoftAP SSID name Jan 5, 2023
@Hieromon
Copy link
Owner

Hieromon commented Jan 5, 2023

@fruktiz32
I have now reproduced the issue. AutoConnect v1.4.0 is degrading.

In v1.4.0, I changed the structure of AutoConnectConfig to reduce the build size of AutoConnect. This is a bug that I made at that time. It was poorly tested.

I will fix it in v1.4.1 released soon but patch it to the master for now.

Thank you for your report.

@Hieromon Hieromon added the bug Something isn't working label Jan 5, 2023
@Hieromon Hieromon mentioned this issue Jan 5, 2023
@Hieromon Hieromon added the fixed The issue has been resolved label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed The issue has been resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants