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

Detect more chip families #8

Closed balloob closed 3 years ago

balloob commented 3 years ago

Looks like other chips can be detected too https://github.com/espressif/esptool/blob/master/esptool.py#L351

conradopoole commented 3 years ago

23 Includes new chip detection based on CHIP_DETECT_MAGIC_REG_ADDR register that can handle more chip types. Note that all available now on esptool are part of that PR, but there are many places in the rest of the code that do not take those other chips into account. There are differences in certain registry addresses is some of them.