I’m trying to do the following:
- connect to wifi upon receiving an esp_now message
- download new firmware via http from another esp32
- update the board, reboot, send an “ok” via esp_now
Now i understand this would work with Update.h, but no matter what i search, i can’t seem to find good documentation.
Does anyone have a hint on where to find it? Or any other tip on what libraries i should use?
I found some code that more or less does what i want, but i’m very reluctant to use it without documentation.