Update temp.inc.sh

This commit is contained in:
2024-04-29 09:46:21 -05:00
parent 36cb6ca635
commit cf5e976695

View File

@@ -100,6 +100,10 @@ CHECKTEMP(){
RANGE_TEMPS["${R}-${lookup[2]}"]=${lookup[3]}
RANGE_TEMPS["${R}-${lookup[4]}"]=${lookup[5]}
done
for R in ${!RANGE_TEMPS[@]}; do
echo "range_temps[${R}] = ${RANGE_TEMPS[${R}]}"
done
fi
fi