-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gregorybel/Missed reading timeout increase to 6min #51
Open
gregorybel
wants to merge
11
commits into
jamorham:master
Choose a base branch
from
gregorybel:missed-reading-timeout
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update fork master
Updatemaster
merge master
* include bluereader basis * include bluereader basis * include bluereader basis * Repair Speak trend, and add translation (initial en/de) * Add Bridge_battery upload Nightscout toright bridge name * correct typo double down * correct minor differeces to master origin * correct wrong import class * Correct Spacing and lining changes to be in sync with origin * Correct speak bug (switch from mol to everytime) Include Translation for trend Include translation for Speak settings * Correct speak bug (switch from mol to everytime) Include Translation for trend Include translation for Speak settings * Translation Croatian v1.0 * Update locales.xml * Follower and MDNS fixes * isCollecting() proguard exclusion * WebServices: Add status.json endpoint and sgv brief mode * BluetoothScan: Concurrent modification race condition fix * ActivityRecognizedService: concurrency fix * Add code to receive more data and close the gaps. Signed-off-by: Tzachi Dar <tzachi.dar@gmail.com> * Use existing code to close per 5 minutes gaps. Signed-off-by: Tzachi Dar <tzachi.dar@gmail.com> * Multiply the "raw data" by 1000 and devide it by Constants.LIBRE_MULTIPLIER to make it feet the normal behavior. Signed-off-by: Tzachi Dar <tzachi.dar@gmail.com> * Simple fill the 10 minutes gap, by adding the last point to the interpolation graph. Signed-off-by: Tzachi Dar <tzachi.dar@gmail.com> * Receive an array of results instead of one result only. Signed-off-by: Tzachi Dar <tzachi.dar@gmail.com> * Disable external_blukon_algorithm to allow more testing. Signed-off-by: Tzachi Dar <tzachi.dar@gmail.com> * undo unneeded changes * LicenseAgreementActivity: fix null pointer exception * ImportDatabaseActivity: fix null pointer exception * Nightscout: Extra de-duplication and activity endpoint initial support * WebServices: sgv endpoint add count= parameter
merge master
I've been trying to figure out for a year why my readings were delayed by 5 minutes, and it was this setting. Just didn't know exactly what it did until I read this pull request. |
nice if it helped!
Le sam. 12 nov. 2022 à 15:32, jmb496 ***@***.***> a écrit :
… I've been trying to figure out for a year why my readings were delayed by
5 minutes, and it was this setting. Just didn't know exactly what it did
until I read this pull request.
—
Reply to this email directly, view it on GitHub
<#51 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFY4TENLIGC2Z54E6A63QQLWH6TBPANCNFSM4EXPB4EA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As most CGM wake-up every 5min, restarting service every 6min should be enough.
It may prevent race condition during restart and collecting.
Successfully tested.