Jon Mårtensson пре 4 година
родитељ
комит
fa51540d22
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Resources/javascript/middleware/determine_basal.js

+ 1 - 1
FreeAPS/Resources/javascript/middleware/determine_basal.js

@@ -403,7 +403,7 @@ function middleware(iob, currenttemp, glucose, profile, autosens, meal, reservoi
         }
         
         // Set the new ratio
-        autosens.ratio = round(newRatio, 5);
+        autosens.ratio = newRatio;
         
         logOutPut = startLog + dataLog + bgLog + afLog + formula + log + logTDD + logBolus + logTempBasal + logBasal;
     } else if (chrisFormula == false && useDynamicCR == true) {