You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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?
The text was updated successfully, but these errors were encountered: