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 OTAPCommunicator #14

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

matt-ollayos
Copy link

These fixes were required to successfully complete updates to motes. Using Python 3 and Network based SerialMux.
Type mismatches and missing exception handling halted the process part way through.

mollayos added 2 commits May 2, 2024 15:30
…nt to update via SerialMux connection.

    Catch exceptions sending data to retry in the protocol data_task instead of halting for unhandled error
    resolve several type mismatches: tuple vs list, and string vs byte sequence.
@dbacher-linear
Copy link
Contributor

Thank you for submitting these fixes. We definitely appreciate it!

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.

3 participants