Replies: 1 comment 1 reply
-
I don't have any experience with Libre. Can you please tell me if you have seen this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to set the limiTTer option to 1 minute?
Does it have implications for the processing of sensor data?
Example:
in com.eveningoutpost.dexdrip.utils.DexCollectionType:
Function line 338 public static long getCollectorSamplePeriod(final DexCollectionType type) {
...
//add
case LimiTTer:
return libreOneMinute ? 60_000 : 300_000;
...
}
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions