I hope someone can advise me:
I have an Arduino Nano IOT 33. It connects to the internet using wifiNina and uses a text service provider to send a text message to 2 phone numbers.
The sketch contains the 2 phone numbers.
I want the Nano to read the two numbers from a file on a web server, hopefully a text file that is simply
phone1 = 0044663578356
phone2 = 0044678234685
does anybody know if this is possible?
thank you
Wayne