ソースを参照

Update oref0: replace Open-iAPS with Trio

oref0 branch: dev - git version: e023125

Last commits:
e023125 Replace Open-iAPS with Trio (#23)
bjornoleh 2 年 前
コミット
11fb3581a6

+ 2 - 1
oref0_source_version.txt

@@ -1,6 +1,7 @@
-oref0 branch: dev - git version: fa373c9
+oref0 branch: dev - git version: e023125
 
 Last commits:
+e023125 Replace Open-iAPS with Trio (#23)
 fa373c9 Merge pull request #22 from nightscout/tmhastings-tddAdjBasal
 fc0ae69 tddAdjBasal pop-up correction
 487bcbb Merge pull request #21 from MikePlante1/separate_adjustment_factors

+ 1 - 1
trio-oref/lib/determine-basal/determine-basal.js

@@ -219,7 +219,7 @@ var determine_basal = function determine_basal(glucose_status, currenttemp, iob_
     }
 
     function accountForIncrements(insulin) {
-        // If you have not set this to.0.1 in iAPS settings, this will be set to 0.05 (Omnipods) in code.
+        // If you have not set this to.0.1 in Trio settings, this will be set to 0.05 (Omnipods) in code.
         var minimalDose = profile.bolus_increment;
         if (minimalDose != 0.1) {
             minimalDose = 0.05;

+ 1 - 1
trio-oref/oref_source_file_info.txt

@@ -1,2 +1,2 @@
-These source files are copied from open-iaps-oref, and are for information purposes only.
+These source files are copied from https://github.com/nightscout/trio-oref, and are for information purposes only.
 The algorithm is run based on minimised files in FreeAPS/Resources/javascript/bundle.