I have an idea to download the .bin
file from a server and save in the SPIFFS and upload the file on my ESP32.
My problem has two parts as I am not much experienced in working with ESP32. First, how to store the .bin
file I've downloaded in the SPIFFS and second, how to get the ESP32 programmed with the .bin
downloaded file with no user interference and all automatically by code.
The second part is more challenging that I couldn't find any solution for it.
I looked for a solution specially for the second part I stated, but found no solution.