-
Notifications
You must be signed in to change notification settings - Fork 147
Closed
Labels
CLIIssues relating to the command-line interfaceIssues relating to the command-line interface
Milestone
Description
I'm using espflash for Rust based and non-Rust based ESP32 project. It is great.
However when I'm debugging non-Rust based app like Erlang with AtomVM, I'm stressed a bit to execute espflash monitor just after espflash write-bin again and again.
How about adding --monitor option to write-bin just like flash command?
It looks cli::FlashArgs::{monitor,monitor_baud,log_format} is safe to be copied into WriteBinArgs, and the same logic here can be added at the end of write_bin function as well.
Metadata
Metadata
Assignees
Labels
CLIIssues relating to the command-line interfaceIssues relating to the command-line interface
Type
Projects
Status
Todo