You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Transmitteradta.java line 67 (and also line 79) there's a check to see of the packet was already received by checking the timsetamp.
If it's less than 2 minutes, then it's treated as a duplicate.
It depends what your source is. Wifi xDrip does not pass through DexCollectionService and therefore is having bigger times.
I think that the motivation behind this is that the wifi is based on many stations that have different watches and therefore needs to allow more freedom when testing the clock.
In Transmitteradta.java line 67 (and also line 79) there's a check to see of the packet was already received by checking the timsetamp.
If it's less than 2 minutes, then it's treated as a duplicate.
In DexCollectionService.java line 485 the same check is done but there it's only 1 minute.
So finally it's 1 minute ?
The text was updated successfully, but these errors were encountered: