esp-rs / espflash

Serial flasher utility for Espressif SoCs and modules based on esptool.py
Apache License 2.0
457 stars 111 forks source link

espflash only outputs bytes outside of defmt frames after it receives a defmt frame #495

Closed bugadani closed 8 months ago

bugadani commented 8 months ago

This issue prevents displaying panic backtraces in some cases. I'll fix it ASAP. This issue is the root cause of https://github.com/esp-rs/esp-println/issues/62