#720 adapt power fail level for rp4

This commit is contained in:
Christian Rotzoll 2019-08-13 11:21:01 +02:00
parent fa271a52b8
commit be9847cedc

View file

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