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

ComboV2 fixes for duration parsing, and small bolus delivery improvements #3314

Merged
merged 4 commits into from
May 2, 2024

Conversation

dv1
Copy link
Contributor

@dv1 dv1 commented Apr 30, 2024

This fixes duration parsing by adding a dedicated DurationParser class. This is important, because the text "24:00" is invalid for a timestamp, but valid for a duration. Fixes #3304

Also, now, during a bolus delivery, the CMD_PING based heartbeat is disabled, since it is unnecessary. It might have even triggered some race conditions inside the Combo, causing #3309 , though this is uncertain.

Copy link

sonarcloud bot commented Apr 30, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
25 Security Hotspots
C Security Rating on New Code (required ≥ A)
D Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

@MilosKozak MilosKozak merged commit 149578c into nightscout:dev May 2, 2024
1 of 4 checks passed
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