This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Description
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 ?