tobozo / ESP32-ENC28J60

ENC28J60 Ethernet driver for ESP32-Arduino 2.0.x / 3.0.x, lwip compliant
MIT License
26 stars 8 forks source link

Save firmware #4

Closed TheYigidOS closed 1 year ago

TheYigidOS commented 1 year ago

Hi is it just get firmware on every reset or when it gets once use until another firmware update? Btw its realy very great job thx for your time and work

tobozo commented 1 year ago

Hi, thanks for your feedback :+1:

The FOTA example is only provided as a proof of concept, all it does is download a hello world sketch and flash the ESP with it.

I suggest you take a look at the esp32FOTA library as firmware updating is a bit outside the scope of this driver.

TheYigidOS commented 1 year ago

if reset esp after flashing hello world sketch. does it use internal or download one more time?

tobozo commented 1 year ago

your question means you don't know how OTA behaves on esp32, but this is too long to explain here

this video is a good start https://www.youtube.com/watch?v=zXqhv_iy_lI

closing this as not an issue