Skip to content

pulls all changes from obd 0.7.2 master#4

Merged
sprintf merged 16 commits into
masterfrom
michelle
Nov 1, 2023
Merged

pulls all changes from obd 0.7.2 master#4
sprintf merged 16 commits into
masterfrom
michelle

Conversation

@sprintf

@sprintf sprintf commented Nov 1, 2023

Copy link
Copy Markdown
Owner

No description provided.

nyukhalov and others added 16 commits April 20, 2022 08:03
Right now __read() will stop reading at "OK" even if a ">" is still coming.
This can cause the ">" to be seen as the response to the next command, which
confuses the initialization sequence, since the initialization sequence
expects a very specific set of responses to its commands.

This changes __read() so that by default it only treats ">" as the response
terminator. When we issue the "ATLP" command to enter low-power mode, we will
use "OK" as the response terminator instead, since that's the only time we
don't expect to see a prompt.

This should fix brendan-w#226 and should also fix brendan-w#227.
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Alistair Francis <alistair@alistair23.me>
Moving to a feature branch

This reverts commit 3ecbf6f.
This reverts commit eb8679e.
Also fixed some of the doc headers for more modern versions of mkdocs
@sprintf sprintf merged commit c3c8bf8 into master Nov 1, 2023
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.

6 participants