Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
8ee8483
update example Go versions to verison with token based authentication
PieterGit Dec 25, 2018
c6ea53e
run travis with latest node 8 and node 10 (both LTS)
PieterGit Dec 25, 2018
d45d29c
remove init pump comms to set ww parameters. this is now done with ec…
PieterGit Dec 25, 2018
5e15e18
fix duplicate radio_locale in pump.ini and don't run default code in …
PieterGit Dec 25, 2018
e54bdbe
create pump.ini before nightscout autoconfigure-device-crud
PieterGit Dec 25, 2018
459c2e2
remove ww_ti_usb_reset
PieterGit Dec 25, 2018
5b720b1
remove extra empty line
PieterGit Dec 25, 2018
1d73dbb
WIP to deprecate old MDT CGM setup (new MDT CGM Go stuff just require…
cluckj Dec 25, 2018
4971861
remove depreacte medtronic non Go setup
cluckj Dec 25, 2018
ac43e91
rename openaps-*.sh to oref0-*.sh and adjust
PieterGit Dec 27, 2018
889cca7
remove crypto 0.0.3, it is included in Node
PieterGit Dec 27, 2018
e94cc78
update npm packages
PieterGit Dec 27, 2018
bd9a9c4
use jq >= 1.5 for slurpfile.
PieterGit Dec 27, 2018
1e2ac27
Introduce is_debian_jessie function and use it to install jq from jes…
PieterGit Dec 27, 2018
620ea30
still add openaps to oref0-packages for now
PieterGit Dec 27, 2018
a679bd9
remove creation of pump.ini as scott suggests
PieterGit Dec 27, 2018
9bad0e2
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_de…
PieterGit Jan 27, 2019
60aa85c
revert ac43e91a1a6a25fb3f42c1423ede7254a6e29cea renaming as scott sug…
PieterGit Jan 27, 2019
300a100
switch back to openaps-packages.sh instead of oref0-packages.sh as sc…
PieterGit Jan 27, 2019
9204022
on a fresh rpi3 there is no /usr/local/bin/mmtune so don't move it
PieterGit Jan 27, 2019
2c3d41b
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_dev
PieterGit Feb 17, 2019
9defb3c
implement changes as requested by scott
PieterGit Feb 17, 2019
d7c8a27
upgrade yargs to avoid security vulnerability . did a quick check of …
PieterGit Feb 17, 2019
2eeae2e
pull https://github.com/openaps/oref0/pull/1203 into this branch and …
cclauss Feb 17, 2019
72eac54
Merge branch 'dev' into 201812_dev
PieterGit Feb 17, 2019
21204a4
some cleanup, consistent radio_locale string in pump.ini
PieterGit Feb 17, 2019
e658acc
Merge branch '201812_dev' of https://github.com/PieterGit/oref0 into …
PieterGit Feb 17, 2019
54a0f25
there is no need to install the released oref0 globally, because oref…
PieterGit Feb 17, 2019
e074d61
prevent spurious grep message if monitor/mmtune.json is empty
PieterGit Feb 17, 2019
eb4d387
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_dev
PieterGit Feb 20, 2019
3b731e3
1) cleanup ugly pump.ini stuff for edison. 2) mmeowlink is not only n…
PieterGit Feb 20, 2019
07eba20
add missing then
PieterGit Feb 20, 2019
641fbdd
Merge branch 'dev' into 201812_dev
PieterGit Mar 1, 2019
ea1d009
fix package.json typo and upgrade coveralls to 3.0.3
PieterGit Mar 1, 2019
8d4f608
Merge branch 'dev' into 201812_dev
PieterGit Mar 2, 2019
4f95a21
remove webpack from this branch
PieterGit Mar 5, 2019
3665309
upgrade share2nightscout bridge and yargs
PieterGit Mar 9, 2019
7a809c9
Merge branch 'dev' of https://github.com/openaps/oref0 into 201812_dev
PieterGit Mar 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove ww_ti_usb_reset
  • Loading branch information
PieterGit committed Dec 25, 2018
commit 459c2e24622d9dbda0951d09f9467953db56a35e
9 changes: 0 additions & 9 deletions bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,6 @@ if [[ -z "$DIR" || -z "$serial" ]]; then
echo
echo

else
if [[ $ww_ti_usb_reset =~ ^[Yy] ]]; then
ww_ti_usb_reset="yes"
else
ww_ti_usb_reset="no"
fi
fi

echo -n "Setting up oref0 in $directory for pump $serial with $CGM CGM, "
Expand Down Expand Up @@ -600,9 +594,6 @@ fi
if [[ ! -z "$radio_locale" ]]; then
echo -n " --radio_locale='$radio_locale'" | tee -a $OREF0_RUNAGAIN
fi
if [[ ${ww_ti_usb_reset,,} =~ "yes" ]]; then
echo -n " --ww_ti_usb_reset='$ww_ti_usb_reset'" | tee -a $OREF0_RUNAGAIN
fi
if [[ ! -z "$BLE_MAC" ]]; then
echo -n " --blemac='$BLE_MAC'" | tee -a $OREF0_RUNAGAIN
fi
Expand Down