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

Fix ELM maxspeed parameter handling #511

Merged
merged 2 commits into from
Jan 1, 2021

Conversation

jneuhauser
Copy link
Contributor

@jneuhauser jneuhauser commented Dec 23, 2020

At least if you choose bluetooth as connection type, raise_port_speed in portChooser gets unset instead of "No" or a valid baudrate and causes trouble in the init function of the ELM class.
Fix this with a simple try except combo and adapt the following conditions on maxspeed.

Additionally add a proper gitignore file. Feel free to drop this...

fixes: cc944b5: Possibility to choose baudrate

At least if you choose bluetooth as connection type, `raise_port_speed` in
`portChooser` gets unset instead of "No" or a valid baudrate and causes
trouble in the init function of the `ELM` class.

Fix this with a simple try except combo and adapt the following conditions
on maxspeed.
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.

2 participants