Hello, I would like to know what is the best practice to reset the WIFI credentials using resin wifi-connect?
Usually, I have 1 internal wifi adapter and once this is setup, I cannot reset to hotspot mode anymore. How I do it is: Connect to Ethernet LAN internet and delete the config files manually using SSH.
The other option I do is: I have a flask server running bound to 0.0.0.0. So this means I have to look up the IP inside resin of the connected device and execute the reset using my flask server, but this is not available option when I am not connected (credentials of wifi changed).
I would be happy to hear best practices of using resin-wifi connect. Thanks!