Skip to content

Add --monitor option to write-bin command #684

@aiotter

Description

@aiotter

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 interface

Type

No type

Projects

Status

Todo

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions