From 6e22e54137110ffb1bd993d80a3e43b3cbc66dd0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 22 Apr 2024 21:37:26 -0500 Subject: [PATCH] Update temp.inc.sh --- inc/temp.inc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/temp.inc.sh b/inc/temp.inc.sh index 22f7e94c..2f1ced15 100644 --- a/inc/temp.inc.sh +++ b/inc/temp.inc.sh @@ -135,7 +135,7 @@ CHECKTEMP(){ elif [ $(bc -l <<< "$(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1) < ${temp_f}") -eq 1 ]; then reading="${reading} ${idsCL[Magenta]}\u25B2 " elif [ $(bc -l <<< "${temp_f} < $(bc <<< "scale=2; $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1)-(${PW_TEMPIND_DIFF}*2)")") -eq 1 ]; then - reading="${reading} ${idsCL[Green]}${idsST[Bold]}\u25BC${idsST[Reset]} " + reading="${reading} ${idsCL[LightGreen]}${idsST[Bold]}\u25BC${idsST[Reset]} " elif [ $(bc -l <<< "${temp_f} < $(cat ${PW_TMPFOLDER}/.lastinsert/${SENSOR}.old | cut -d'~' -f 1)") -eq 1 ]; then reading="${reading} ${idsCL[Green]}\u25BC " else