Reset Wifi network on MKR Wifi 1010

Hello, I have configured the Arduino MKR Wifi 1010 by providing one Wifi network. Now I am in a different location and I'd like to reset the wifi network and configure a new one. How can I do this?

Here is what the serial gives me, I tried to reset the board by tapping twice on the reset button but won't do much..

Hi @dddppp

Please do this:

  1. Open the sketch in Arduino Web Editor, as you had done in the screenshot you shared.
  2. Click on the "Secret" tab:
  3. Update the values in the "SECRET_SSID" and "SECRET_OPTIONAL_PASS" fields to the credentials for the new Wi-Fi network.
  4. Click the upload button to upload the the Thing sketch with your updated Wi-Fi network credentials to the MKR WiFi 1010 board:
  5. Wait for the upload to finish successfully.

The board should now connect to the network and work as it did at the previous location.