|
|
před 3 roky | |
|---|---|---|
| BuildTools | před 5 roky | |
| Dependencies | před 3 roky | |
| FreeAPS | před 3 roky | |
| FreeAPS.xcodeproj | před 3 roky | |
| FreeAPS.xcworkspace | před 3 roky | |
| FreeAPSTests | před 4 roky | |
| FreeAPSWatch | před 4 roky | |
| FreeAPSWatch WatchKit Extension | před 3 roky | |
| Templates | před 4 roky | |
| aisf | před 4 roky | |
| scripts | před 4 roky | |
| .gitignore | před 4 roky | |
| Config.xcconfig | před 3 roky | |
| FAQ.md | před 5 roky | |
| FAQ_RU.md | před 5 roky | |
| LICENSE.txt | před 5 roky | |
| README.md | před 3 roky | |
| README_RU.md | před 4 roky | |
| Rambafile | před 4 roky | |
| crowdin.yml | před 3 roky |
FreeAPS X - an artificial pancreas system for iOS based on OpenAPS Reference algorithms
FreeAPS X uses original JavaScript files of oref0 and provides a user interface (UI) to control and set up the system
Overview & Onboarding Tips on Loop&Learn
## Changes in package
The only change required is the public access to managedIdentifier for omnipod, medtronic et dash. Loop doesn't use it but FAX requires it.
//public let managerIdentifier: String = "Omnipod-Dash" // use a single token to make parsing log files easier
public static let managerIdentifier = "Omnipod-Dash"
public var managerIdentifier: String {
return OmniBLEPumpManager.managerIdentifier
}
## Changes in freeapsx
in Aps manager :
in devicemanager :
in extension PumpManager
in PumpHistoryStorage
Color and UIColor added and LoopUICOloPalette+Default
In the different views :
In deviceDataManager :