You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defmt also doesn't make sense if there is no elf file specified (or inferred) anyway. So we just shouldn't proceed if the result of load_table is None, and we should probably replace the Option with a Result and meaningful errors.
current behavior just silently does nothing if no table found when user runs espflash like
espflash monitor --elf=test --log-format=defmt
offending part https://github.com/esp-rs/espflash/blob/main/espflash/src/cli/monitor/parser/esp_defmt.rs#L88
The text was updated successfully, but these errors were encountered: