This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
When Saved Network is unavailable or credential changed #1
Labels
Comments
Hi, Please temporarily fix the code (will update in next release v1.0,3, with MultiWiFi feture) as follows: In file WiFiManager_NINA_Lite_XXX.h, change the connectWiFi code from
to
The following is the terminal output showing Config Portal will start after some attempts to connect WiFi fails (30s) as define in the code
HueNet3 is a faked / removed SSID to test
Please test and confirm the fix is OK. |
Hi @Darvesh7 Major Release v1.0.3
Your contribution is recognized in Contribution and Thanks. Please test and confirm v1.0.3 is OK for you. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I tried the code on my Nano 33 iot and works fine. However there is an issue which I would like to bring forward. Let's say I setup the Arduino with a wifi credential on first use. Now the WiFi router had it credential changed or the Arduino has changed location and being use by someone else having different wifi-credential.
The present code, does not allow more than 1 credential to be entered. It always try to connect to the save credential on first setup, even if the network does not even exist.
It should be something like this:
if the stored SSID is not found, the WebServer/initial setup should start, default and advertised default SSID/PASS.
Is that something fixable ?
The text was updated successfully, but these errors were encountered: