You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix stack overflow (#237)
* Fix stack overflow
Fixes the issue reported here: LoopKit/Loop#817
The stack overflow occurs due to the issue report attempting to extrapolate basal profile segments from .distantPast on. This code path was only hit when using an x22 pump.
* Bump version for hotfix