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

Issue when using --port with serial #7

Open
roberto314 opened this issue May 4, 2023 · 0 comments
Open

Issue when using --port with serial #7

roberto314 opened this issue May 4, 2023 · 0 comments

Comments

@roberto314
Copy link

When using the --port modifier the 'if interface == serial' statement in dev_shell.py line 94 is always wrong because the variable 'interface' is the complete string ('serial --port COM3' for example).
Suggested change: if interface.split()[0] == 'serial':

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

No branches or pull requests

1 participant