esp-rs / esp-flasher-stub

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

Fix the stub, FlashDeflateEnd was incorrectly sized #21

Closed MabezDev closed 1 year ago

MabezDev commented 1 year ago

I also removed esp-backtrace in favor of a custom panic, because it would print to UART0 which is useless for the stub.