Commit Graph

4 Commits

Author SHA1 Message Date
Paul Plant a830714ce6 add "warming up until xx:xx" to Dexcom bluetoothPeripheral screen
- set to display "warming up until xx:xx" until 120 minutes after the sensor session was started in the transmitter)
- most Dexcom users know this but it looks useful in the Libre 2 BLE UI, so we can just implement it here too
2023-02-07 19:39:16 +01:00
Paul Plant 390a7318f3 enforce a minimum sensor warm-up time before processing new glucose values
- implemented to ensure a minimum time has passed since sensor activation
- especially necessary for Libre sensors (either Libre 2 BLE or Libre through transmitters) that can transmit glucose values immediately after activation. The first 50 minutes can often produce very unreliable values so it's better to just not process anything during this time.
- note that there is no set time after which the sensor values are reliable. Sometimes after 10 minutes, values are good. Sometimes it needs 30 or even 40 minutes.
- warm-up time is therefore initially set to 45 minutes warm-up time but minimumSensorWarmUpRequiredInMinutes can be edited in ConstantsMaster.swift
2023-01-08 10:42:11 +01:00
Johan Degraeve 16ba940c05 follower mode, changed maximum age for reading, from 1 to 4 minutes, aligned with master mode 2019-10-19 11:58:52 +02:00
Johan Degraeve 6490d8df25 Constants.swift splitted in different files 2019-07-28 14:22:47 +02:00