mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
#673 adapt power test to RP4
This commit is contained in:
parent
e80574d586
commit
64a4c77582
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ if [ ${raspberryPi} -lt 4 ]; then
|
|||
tempCRTICAL=6999
|
||||
else
|
||||
# raspberryPi 4 and up (USB-C power connector)
|
||||
voltWARN=864000
|
||||
voltFAIL=864000
|
||||
voltWARN=862000
|
||||
voltFAIL=860000
|
||||
tempWARNING=6900
|
||||
tempCRTICAL=7799
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue