This commit is contained in:
2023-12-26 22:00:09 -06:00
parent 319536c406
commit abf577fa02
2 changed files with 2 additions and 2 deletions

View File

@@ -665,7 +665,7 @@ SENDTEMP(){
if [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "cpu" ]; then
GAUGESH="'%"
elif [ "${PW_SENSOR_TYPE[${SENSORa}]}" == "system" ] && [[ "${SENSOR}" = *"FAN"* ]]; then
GAUGESH="'RPM"
GAUGESH="'R"
else
GAUGESH="'F"
fi