瀏覽代碼

Edit comments

Jon Mårtensson 4 年之前
父節點
當前提交
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;