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
I think I found the place where to add it in the ComplicationController.swift. case .modularSmall: let template = CLKComplicationTemplateModularSmallRingText( textProvider: CLKTextProvider(format: "%@", "FAX"), //textProvider: <#T##CLKTextProvider#> (format: "%@", state.glucose), fillFraction: 1, ringStyle: .closed
What is best practice to access the BG value variable state.glucose defined in MainView.swift. Currently it is not available in the ComplicationController.swift.
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.
I'd like to change the FAX complication that it will show the BG level value on the watch face like the Dexcom watch app or nightguard.
The text was updated successfully, but these errors were encountered: