Bläddra i källkod

fix threshold typo in oref

Mike Plante 2 år sedan
förälder
incheckning
9171040f67

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
FreeAPS/Resources/javascript/bundle/autosens.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
FreeAPS/Resources/javascript/bundle/autotune-prep.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
FreeAPS/Resources/javascript/bundle/iob.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
FreeAPS/Resources/javascript/bundle/meal.js


Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1 - 1
FreeAPS/Resources/javascript/bundle/profile.js


+ 6 - 1
oref0_source_version.txt

@@ -1,6 +1,11 @@
-oref0 branch: dev - git version: e023125
+oref0 branch: dev - git version: d1dfb70
 
 Last commits:
+d1dfb70 Merge pull request #26 from MikePlante1/typo
+d9f1662 fix `threshold_setting` typo
+b454837 Merge pull request #24 from nightscout/Trio_renames
+5319e39 update Discord url
+5b7affa Github issue templates and config.yml: rename from Open-iAPS to Trio
 e023125 Replace Open-iAPS with Trio (#23)
 fa373c9 Merge pull request #22 from nightscout/tmhastings-tddAdjBasal
 fc0ae69 tddAdjBasal pop-up correction

+ 1 - 1
trio-oref/lib/profile/index.js

@@ -77,7 +77,7 @@ function defaults ( ) {
     , tddAdjBasal: false // Enable adjustment of basal based on the ratio of 24 h : 10 day average TDD
     , enableSMB_high_bg: false // enable SMBs when a high BG is detected, based on the high BG target (adjusted or profile)
     , enableSMB_high_bg_target: 110 // set the value enableSMB_high_bg will compare against to enable SMB. If BG > than this value, SMBs should enable.
-    , threshold_setting: 0.60 // Use a configurable threshold setting
+    , threshold_setting: 60 // Use a configurable threshold setting
   }
 }