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

Try to auto-detect defmt by default #510

Open bugadani opened 7 months ago

bugadani commented 7 months ago

Since we use our own flavour of defmt, we might as well add some metadata to esp-println that allows us to detect it. That way, we can provide a better default experience for both log and defmt-espflash users.