Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(espflash) Add a flag to wait for serial port #721

Closed
wants to merge 5 commits into from

Conversation

0xb-s
Copy link

@0xb-s 0xb-s commented Jan 12, 2025

closes #650

Copy link
Member

@SergioGasquez SergioGasquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Sorry for the delay. Is there any reason why this only applies to monitor, and not to all commands that need to connect to a target (eg: Add the flag in ConnectArgs)

Did some testing and cargo r -r --bin espflash -- monitor --wait fails with:

Error: espflash::no_serial

  × No serial ports could be detected
  help: Make sure you have connected a device to the host system. If the device is connected but not listed, try using the `--list-all-ports` flag.

Am I doing something wrong?

Thanks for your contribution!

@0xb-s 0xb-s closed this by deleting the head repository Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a flag to wait for serial port (Feature request)
2 participants