fix voltage

This commit is contained in:
Christian Rotzoll 2019-07-03 20:56:44 +02:00
parent 0e8427dfe2
commit 4f56b9f4f2

View File

@ -43,7 +43,7 @@ if [ ${raspberryPi} -lt 4 ]; then
tempCRTICAL=6999
else
# raspberryPi 4 and up (USB-C power connector)
voltWARN=852000 8525
voltWARN=852000
voltFAIL=850000
tempWARNING=6900
tempCRTICAL=7799