esphome / esp-web-tools

Open source tools to allow working with ESP devices in the browser
https://esphome.github.io/esp-web-tools/
Apache License 2.0
394 stars 113 forks source link

[Feature] Support for ESP32-H2 and ESP32-C6 #455

Open torbeneims opened 6 months ago

torbeneims commented 6 months ago

I would like to use ESP Web Tools for H2 and C6 family boards. I see that these families are not currently supported. Do you plan on adding support for these boards? What would I need to do for them to be supported?

TD-er commented 6 months ago

Huh? Never heard of any ESP32-S6 yet. Do you have a link about those?

torbeneims commented 6 months ago

Huh? Never heard of any ESP32-S6 yet. Do you have a link about those?

You're right, meant to say ESP32-C6. Fixed that above.

balloob commented 6 months ago

Have you tried it? Upstream esptool-js supports them and so I don't see why it wouldn't work. What error do you get?

EverythingSmartHome commented 4 months ago

Can confirm it doesn't work on the ESP32-C6 for some reason, even on the new 10.0.1. You get an error stating it is not supported:

image
EverythingSmartHome commented 4 months ago

Sorry, my mistake, it does work now! Had a typo in the manifest, fixed with the new ESPHome build action version and now all working and able to flash ESP32-C6 with 10.0.1

lboue commented 3 months ago

Is this 10.0.1 version deployed online on https://web.esphome.io?