chrisjoyce911 / esp32FOTA

Experiments in firmware OTA updates for ESP32 dev boards
The Unlicense
363 stars 89 forks source link

Library working for esp32-c6? #146

Closed simogaspa84 closed 5 months ago

simogaspa84 commented 6 months ago

Hi @chrisjoyce911

Just want to ask if you see any issue for making this library work for esp32-c6 ?

Thanks a lot

tobozo commented 6 months ago

hi,

esp32-c6 requires arduino ide 2.x.x (beta) and arduino-esp32 core 3.x.x (rc), none of which are in a stable state

let's keep this issue open until both of these packages produce a stable version?

tobozo commented 5 months ago

hi @simogaspa84 the new branch 0.2.8 of esp32FOTA library supports arduino-esp32 core 3.0.0.

it compiles with esp32-c6 board without errors but I don't have a C6 to test with, can you give it a try?