JAndrassy / ArduinoOTA

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

ESP32 OTEthernet compilation error. #168

Closed arda-bildik closed 2 years ago

arda-bildik commented 2 years ago

Hi,

I'm currently working on a project with esp32 and I wanted to add OTA functionality with W5100. I got the error "Compilation error for ESP32 Dev Module" while trying to upload the OTEthernet example. This is the output from Arduino IDE: image I had a look in the code and tried including InternalStorage.h in the example code and 2 extra errors added to previous errors: image Also yes I did remove the ArduinoOTA library included with esp32 board package.

JAndrassy commented 2 years ago

it is this problem https://github.com/arduino-libraries/Ethernet/issues/193

arda-bildik commented 2 years ago

it is this problem arduino-libraries/Ethernet#193

It seems like it I will try it. I'll post the fix if I find.

JAndrassy commented 2 years ago

it is this problem arduino-libraries/Ethernet#193

It seems like it I will try it. I'll post the fix if I find.

there is my comment