Skip to content

Commit

Permalink
Final tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danamlewis committed May 31, 2017
1 parent b184146 commit 0d78882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ else
npm list -g oref0 | egrep oref0@0.5.[0-9] || (echo Installing latest oref0 from $HOME/src/oref0/ && cd $HOME/src/oref0/ && npm run global-install)
fi

echocolor Checking mmeowlink installation
echo Checking mmeowlink installation
#if openaps vendor add --path . mmeowlink.vendors.mmeowlink 2>&1 | grep "No module"; then
pip show mmeowlink | egrep "Version: 0.11." || (
echo Installing latest mmeowlink
Expand Down Expand Up @@ -823,7 +823,7 @@ oref0-log-shortcuts

echo
if [[ "$ttyport" =~ "spi" ]]; then
echocolor Resetting spi_serial
echo Resetting spi_serial
reset_spi_serial.py
fi
echo Attempting to communicate with pump:
Expand Down

0 comments on commit 0d78882

Please sign in to comment.