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

[DanaKit] update submodule #467

Open
wants to merge 2 commits into
base: feat/dana
Choose a base branch
from

Conversation

bastiaanv
Copy link
Contributor

@bastiaanv bastiaanv commented Feb 2, 2025

Changelog to DanaKit:

  • Allow connection to be reused
    • CoreBluetooth doesn't allow us to directly disconnect BLE devices. If another app uses the same device, it will keep the connection alive. Therefore, the disconnect function doesn't work every time.
    • This fix will allow DanaKit to reuse old connection as long as no commands are using the BLE socket
  • keep connection alive while bolus
    • An iAPS user reported this issue, he is using the pump at it's lowest bolus speed 1min per 1U
    • When he enacts a bolus of 12U, the pump will disconnects it self
    • In trio is not a big of a deal, since the entry is already stored, but for iAPS this is a big problem
    • But it is always nice to keep the connection open during bolus, to check for occlusions or empty reservoirs
  • Fix negative timezone crash
  • correctly reporting pump time
  • Prevent app crash using DanaRS & pump setting sync
  • Update translations

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.

1 participant