Jon Mårtensson 4 лет назад
Родитель
Сommit
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) {