JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
437 stars 89 forks source link

https update firmware w5500 #139

Closed mikeme2009 closed 2 years ago

mikeme2009 commented 2 years ago

Hi

Is it possible with your library to update the esp32 firmware via https and w5500 shield but without using sdcard? Thanks

JAndrassy commented 2 years ago

I guess it is possible but it will be a Frankenstein's monster, because you would have to use the SSLClient library over the Ethernet library. for Ethernet on esp32 use the native Ethernet support of the esp32 in the WiFi library with one of the supported Ethernet Phy modules.