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
eventualBG from suggestion (rT in oref) receives a special treatment as there was a mistake in oref that did not convert eventualBG via oref function convert_bg(eventualBG,profile) into whatever user had chosen as BG unit. It was always handed over as an Integer in mg/dL. Fixing this in oref will issue errors in fax due to:
Just as an FYI, but this code base has been dead / unmaintained for over a year now ... this project was forked to, and renamed as, iAPS, where all current development is being done.
I heavily recommend to anyone still using FreeAPS X, migrate to the maintained code base, where features are being constantly added, and bugs are constantly being fixed.
High probabillity that the bug / issue reported above has long been fixed.
eventualBG from suggestion (rT in oref) receives a special treatment as there was a mistake in oref that did not convert eventualBG via oref function convert_bg(eventualBG,profile) into whatever user had chosen as BG unit. It was always handed over as an Integer in mg/dL. Fixing this in oref will issue errors in fax due to:
freeaps/FreeAPS/Sources/Models/Suggestion.swift
Line 7 in 3a2908c
freeaps/FreeAPS/Sources/Modules/Home/HomeStateModel.swift
Line 43 in 3a2908c
freeaps/FreeAPS/Sources/Services/WatchManager/WatchManager.swift
Line 143 in 3a2908c
I am easily able to fix 1 and 2, but not 3 and the resulting issues in
freeaps/FreeAPS/Sources/Modules/Home/View/HomeRootView.swift
Line 241 in 3a2908c
The text was updated successfully, but these errors were encountered: