esp-rs / espflash

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

Fix/improve defmt parser around edge cases #496

Closed bugadani closed 8 months ago

bugadani commented 8 months ago

Fixed #495

This PR may still leave a single FF byte hanging in the air but it already assumes a valid UTF-8 stream for non-defmt data so I'm not sure this is an issue.

bugadani commented 8 months ago

Can I ask for a review on this one, please? 🙃 @SergioGasquez

SergioGasquez commented 8 months ago

One small thing, it might be worth to mention such changes in the changelog