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

Fix the default CGM with a fresh install.

Start with “none” as CGM type allowing to have the icon “Add CGM”.
Pierre L 2 лет назад
Родитель
Сommit
14f5030b30
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FreeAPS/Resources/json/defaults/freeaps/freeaps_settings.json

+ 1 - 1
FreeAPS/Resources/json/defaults/freeaps/freeaps_settings.json

@@ -11,7 +11,7 @@
   "insulinReqPercentage" : 70,
   "skipBolusScreenAfterCarbs" : false,
   "displayHR" : false,
-  "cgm" : "nightscout",
+  "cgm" : "none",
   "cgmManagerTypeByIdentifier":"",
   "uploadGlucose" : true,
   "useCalendar" : false,