Explorar o código

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

(cherry picked from commit b94936f51b4e98c0c0b5f9b630dce3d05f36032d)
Jon Mårtensson %!s(int64=5) %!d(string=hai) anos
pai
achega
21adf83340
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {