I am sure @martinayotte will know the answer to this one. Does anyone have any routines to upload and download to a server a JSON formatted file and locate in SPIFFS?
The idea is to have a config file on a server for my home system, each node will once connected to the internet pull down this file, store in to SPIFFS Json formatted and set its configuration based on file params.
Vice versa, there will be times when I also want the nodes to upload there current config to a server on the net.
Any examples of how I might go about this.
Cheers Dans