فهرست منبع

Fix: Display carb dots under the BG line for higher values

Jon Fawcett 5 سال پیش
والد
کامیت
368dfedcd0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      LoopFollow/Controllers/NightScout.swift

+ 1 - 1
LoopFollow/Controllers/NightScout.swift

@@ -1424,7 +1424,7 @@ extension MainViewController {
             lastFoundIndex = sgv.foundIndex
             
             var offset = -50
-            if sgv.sgv < Double(250) {
+            if sgv.sgv < Double(topBG - 100) {
                 let bolusTime = findNearestBolusbyTime(timeWithin: 300, needle: dateTimeStamp, haystack: bolusData, startingIndex: lastFoundBolus)
                 lastFoundBolus = bolusTime.foundIndex