NabuCasa / esp-web-flasher

A web serial package for updating your ESP bootloader via the browser.
https://nabucasa.github.io/esp-web-flasher/
MIT License
43 stars 16 forks source link

Support for ESP32-S3 #96

Closed Jason2866 closed 2 years ago

Jason2866 commented 2 years ago

since it is already supported in Arduino ESP32 git branch https://github.com/espressif/arduino-esp32/tree/esp32-s3-support and a official release for will be soon done.

balloob commented 2 years ago

Adding it should be similar to how we added C3 support in #26.

Also looks like upstream already supports it https://github.com/adafruit/Adafruit_WebSerial_ESPTool/tree/main/stubs

Jason2866 commented 2 years ago

@balloob Thx! Can you publish to NPM? It seems the github action for did not run EDIT: It is there now!