-
Notifications
You must be signed in to change notification settings - Fork 22
Add an option to the --stay connected menu to re-run the stored program #125
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
Conversation
… the stored program
# Conflicts: # pybricksdev/cli/__init__.py
…-connected menu and fix firmware version info
|
I committed the wrong version before I saw your response, but that should be fixed now. I also noticed that there is a method available to stop the hub program. It might be a good idea to add a feature to allow you to stop the program after you start it from the computer, but I'm not totally sure how that would work. I was thinking a keyboard interrupt, but I couldn't find a good way to intercept a KBI from the terminal because it automatically stops the entire asyncio runtime. |
This is one aspect of a larger feature request. See #67. |
In that case, it would probably be a separate PR. |
|
Thanks again for another useful feature. We can always tweak the behavior if we need to after getting some feedback from more users. |
Let me know if there is anything I need to change, I'm not completely sure if I used the "correct" way to compare the firmware version.