-
Notifications
You must be signed in to change notification settings - Fork 400
Add support for touchscreen receivers, fix CGM loop bug for connected receivers #1217
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
Conversation
… receivers Changed files: `oref0-setup.sh` - Includes cgm_loop_path fix found by @chuckj for both G5 and G6 (8799a13 to fix #1149) and includes support for G5/G6 touch receivers (previously under #1182) `oref0-cron-every-minute.sh` - Reincluding support for offline CGM, with optional upload, for G5 and G6 receivers
|
It looks like a test went bad, but it's not clear to me why considering this PR doesn't have anything to do with basal/bolus/suspension or anything dosing related. |
|
Why did you remove lines like: This are needed in order to allow people to read the logs using apache-chainsaw. |
|
I didn't remove those lines. My suspician is there was a change between the time I pulled the file, those lines were added, and when and made my changes and committed because I wouldn't have removed those lines in those places. I'll add them back and commit. |
|
Thanks
בתאריך שבת, 9 במרץ 2019, 06:14, מאת jaylagorio <[email protected]>:
… I didn't remove those lines. My suspician is there was a change between
the time I pulled the file, those lines were added, and when and made my
changes and committed because I wouldn't have removed those lines in those
places. I'll add them back and commit.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1217 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHkw5PfH4J00aLjYviqttbmFaHpExfBOks5vUzUPgaJpZM4baDbS>
.
|
Reenables apache-chainsaw support
|
Fixed the above logging lines for apache-chainsaw. As for the conflict listed above, I think I can't hit the resolve button without commit rights but as of right now the conflict diff between |
bin/oref0-cron-every-minute.sh
Outdated
| cd $CGM_LOOPDIR | ||
| if ! is_bash_process_running_named oref0-g4-loop; then | ||
| oref0-g4-loop | tee -a /var/log/openaps/cgm-loop.log | adddate openaps.cgm-loop | uncolor |tee -a /var/log/openaps/openaps-date.log & | ||
| oref0-g4-loop | tee -a /var/log/openaps/cgm-loop.log & |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this one need to be re-added too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's right, sorry. Fixed.
Changed files:
oref0-setup.shoref0-cron-every-minute.sh