Jon Mårtensson 4 лет назад
Родитель
Сommit
fdd2e55cf6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Resources/javascript/middleware/determine_basal.js

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

@@ -1,6 +1,6 @@
 function middleware(iob, currenttemp, glucose, profile, autosens, meal, reservoir, clock, pumphistory, preferences) {
      
-    // This middleware only works if you have added pumphistory and preferences to middleware in FreeAPS X code (my mw_preferences branch).
+    // This middleware will work with my dyn_ISF_and_CR branch and my bdb branch).
     const BG = glucose[0].glucose;
     // Change to false to turn off Chris Wilson's formula
     var chrisFormula = preferences.enableChris;