further adapting power leves for RP4

This commit is contained in:
Christian Rotzoll 2019-07-03 14:32:10 +02:00
parent 6ab7322dd0
commit a7f33d2962

View file

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