roberttidey / BaseSupport

Common set up for Arduino applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESP32 support

Tsjippy opened this issue · comments

I like this library. Any chance it is going to support the ESP32?

Interesting. I have started using ESP32 for some things although for most of my projects ESP8266 has proved sufficient.

It shouldn't be too difficult to make it ESP32 compatible as it is mainly in the library names where the differences are.

I'll look into it.

I have started on this. Main part is fairly straightforward. The item that will require a bit of work is the OTA part as ESP32 doesn't have the HTTPUpdateServer library so it will need some explicit code instead. There are examples of this around so shouldn't be difficult.

ESP32 doesn't have the HTTPUpdateServer library

Now it does: https://github.com/espressif/arduino-esp32/tree/master/libraries/HTTPUpdateServer