adjust power level RP4

This commit is contained in:
Christian Rotzoll 2019-06-29 23:52:42 +02:00
parent f027a7fe10
commit 972037c3ba

View File

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