Просмотр исходного кода

new js for autotune as webpack.config.js need

Den 5 лет назад
Родитель
Сommit
8a2cdafcc0

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
FreeAPS/Resources/javascript/bundle/autotune-core.js


Разница между файлами не показана из-за своего большого размера
+ 2 - 2
FreeAPS/Resources/javascript/bundle/autotune-prep.js


+ 1 - 1
FreeAPS/Resources/javascript/prepare/autotune-core.js

@@ -13,5 +13,5 @@ function generate(prepped_glucose_data,previous_autotune_data,pumpprofile_data){
       , pumpProfile: pumpprofile_data
     };
 
-    return freeaps(inputs);
+    return freeaps_autotuneCore(inputs);
 }

+ 1 - 1
FreeAPS/Resources/javascript/prepare/autotune-prep.js

@@ -43,5 +43,5 @@ function generate(pumphistory_data,profile_data,glucose_data,pumpprofile_data,ca
     , tune_insulin_curve: tune_insulin_curve
     };
 
-    return freeaps(inputs);
+    return freeaps_autotunePrep(inputs);
 }