I have a sketch for Arduino UNO R4 WiFi using IoT. Obviously, it has a WiFi's credentials (Say WiFi-1). It works well. I understand that as long as the Arduino is within range of WiFi-1, then the Arduino will work
Now I want to make another Arduino which I want to use at another location. It will certainly not be covered within range of WiFi-1 (but will have access to another WiFi say WiFi-2). How do we clone this 2nd Arduino and still use Over the Air uploading of code.