We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since rileylink_ios 1.2.2 (or 1.2.1) Loop returns an error when bolusing with my 515 because of the following code on MinimedKit/PumpModel.swift
return generation == 15
But if a run Get Pump Status during Bolus, the pump returns the status correctly (bolusing= true) and does not return an error.
I built with 'return false' on this method and do not get any error with Loop 1.5.6.
The text was updated successfully, but these errors were encountered:
Already a known issue being tracked over in Loop. LoopKit/Loop#587
Sorry, something went wrong.
No branches or pull requests
Since rileylink_ios 1.2.2 (or 1.2.1) Loop returns an error when bolusing with my 515 because of the following code on MinimedKit/PumpModel.swift
But if a run Get Pump Status during Bolus, the pump returns the status correctly (bolusing= true) and does not return an error.
I built with 'return false' on this method and do not get any error with Loop 1.5.6.
The text was updated successfully, but these errors were encountered: