Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP32 OTA update via Ethernet (UIPEthernet) #5

Closed
frederic-bonjour opened this issue Mar 28, 2019 · 3 comments
Closed

ESP32 OTA update via Ethernet (UIPEthernet) #5

frederic-bonjour opened this issue Mar 28, 2019 · 3 comments

Comments

@frederic-bonjour
Copy link

frederic-bonjour commented Mar 28, 2019

Hi there,

I'd like to know if it's possible to update a sketch on an ESP32 via Ethernet with a ENC28J60 module? I'm using the UIPEthernet library. (Connection to the network is OK and I'm able to send requests over the network via Ethernet.)

The OTEthernet example does not compile, I got the following error:

'InternalStorage'` was not declared in this scope

I tried to #include <InternalStorage.h>, and the error changes to:

no matching function for call to 'ArduinoOTAClass::begin(IPAddress, const char [8], const char [9], InternalStorageClass&)'

Any idea?

Thanks! ;)

@JAndrassy
Copy link
Owner

JAndrassy commented Mar 28, 2019

esp32 and esp8266 have their own ArduinoOTA library over native WiFi, which uses the core's Updater object.

it would be easy to enhance this library for esp8266 and esp32 Arduino core, but it is not done yet

@frederic-bonjour
Copy link
Author

OK, thank you for your time!

@JAndrassy
Copy link
Owner

ESP32 and ESP8266 support added in 1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants