Skip to content
Merged
Changes from 1 commit
Commits
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
in two more places
  • Loading branch information
scottleibrand committed Oct 17, 2017
commit 479a59fe4070db53b504d4bb7e127a34e47bbdbc
4 changes: 2 additions & 2 deletions bin/oref0-pump-loop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ main() {
&& touch /tmp/pump_loop_completed -r /tmp/pump_loop_enacted \
&& echo \
); then
echo -n "SMB pump-loop failed. "
echo -n "$looptype pump-loop failed. "
if grep -q "percent" monitor/temp_basal.json; then
echo "Pssst! Your pump is set to % basal type. The pump won’t accept temporary basal rates in this mode. Change it to absolute u/hr, and temporary basal rates will then be able to be set."
fi
maybe_mmtune
echo Unsuccessful supermicrobolus pump-loop at $(date)
echo Unsuccessful $looptype pump-loop at $(date)
fi
fi
}
Expand Down