esp-rs / esp-flasher-stub

Rust implementation of flasher stub located in esptool
Apache License 2.0
18 stars 10 forks source link

Fix ESP32 & ESP32-S2 CPU max issue #35

Closed MabezDev closed 10 months ago

MabezDev commented 11 months ago

Also fixes a reboot flag issue on flash end.

Depends on https://github.com/esp-rs/esp-hal/pull/808

Closes #29