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

Add a way to have a wait for start or prompt #17

Open
MrKevinWeiss opened this issue Oct 11, 2018 · 0 comments
Open

Add a way to have a wait for start or prompt #17

MrKevinWeiss opened this issue Oct 11, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MrKevinWeiss
Copy link
Contributor

Since there may be times where a command is not issued but a response is needed a call should be added to receive something without sending a command. This may also have a longer timeout. The use case is when flashing a reset is needed, some boards take up to 5 seconds to be able to respond. Instead of sleep(5) with would be nice to have wait_for_startup(5) that could stop sooner than 5 seconds if the board is ready.

@MrKevinWeiss MrKevinWeiss added the enhancement New feature or request label Oct 11, 2018
@MrKevinWeiss MrKevinWeiss self-assigned this Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant