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
I tried to expand the code so you could have the ESP generate its own AP name, but also have it use a provided password. I tried doing this by adding a wifiManager.ssidToName() function that returned the generated AP name, which you could then use as the first argument of autoConnect(). But something goes wrong when passing it to autoConnect(). I thought it worked in my pull request #128 but it showed up as a bunch of weird characters in the Wifi menu on my computer.
Any idea if this would be easy to implement?
Using this, you could easily set up a large amount of devices (because of their unique AP names) but still have them somewhat protected while you work your way through setting them all up.
The text was updated successfully, but these errors were encountered:
I saw the autogenerate was already there, but I tried to add a password to it. But I wasn't sure how to pass the generated AP name to the autoConnect() function (it seems to expects a pointer as the apName argument?)
I tried to expand the code so you could have the ESP generate its own AP name, but also have it use a provided password. I tried doing this by adding a
wifiManager.ssidToName()
function that returned the generated AP name, which you could then use as the first argument ofautoConnect()
. But something goes wrong when passing it toautoConnect()
. I thought it worked in my pull request #128 but it showed up as a bunch of weird characters in the Wifi menu on my computer.Any idea if this would be easy to implement?
Using this, you could easily set up a large amount of devices (because of their unique AP names) but still have them somewhat protected while you work your way through setting them all up.
The text was updated successfully, but these errors were encountered: