Hieromon / AutoConnect

An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface

Home Page:https://hieromon.github.io/AutoConnect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoftAP SSID name

fruktiz32 opened this issue · comments

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
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.