Describe the bug
I maintain https://github.com/RichardoC/wifi-switcher for connecting to enable a tildagon to connect to multiple wifi networks. Currently, it's difficult to tell whether this worked correctly due to the following 2 pieces of behaviour
- Wifi.connect(ssid, password) doesn't have any return, so you can't tell if it worked
- If the tildagon is already connected to a wifi access point, calling wifi.connect(ssid,password) will be ignored, and it will stay connected to the old wifi access point.
I can work around both of these in my app, but I wanted to check whether there was an appetite to change anything in the current wifi module to make this a bit more ergonomic
Version: [v1.10.0]
Thanks!
Describe the bug
I maintain https://github.com/RichardoC/wifi-switcher for connecting to enable a tildagon to connect to multiple wifi networks. Currently, it's difficult to tell whether this worked correctly due to the following 2 pieces of behaviour
I can work around both of these in my app, but I wanted to check whether there was an appetite to change anything in the current wifi module to make this a bit more ergonomic
Version: [v1.10.0]
Thanks!