Преглед изворни кода

Test. Change Libre2 filter from 4.75 minutes to 2.75 to see it this causes a problem or not...

Jon Mårtensson пре 5 година
родитељ
комит
b94936f51b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/APS/Storage/GlucoseStorage.swift

+ 1 - 1
FreeAPS/Sources/APS/Storage/GlucoseStorage.swift

@@ -18,7 +18,7 @@ final class BaseGlucoseStorage: GlucoseStorage, Injectable {
     @Injected() private var broadcaster: Broadcaster!
 
     private enum Config {
-        static let filterTime: TimeInterval = 4.75 * 60
+        static let filterTime: TimeInterval = 2.75 * 60 // Test to see if this works with Libre 2 or not... Before edit this was 4.75
     }
 
     init(resolver: Resolver) {