mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
further adapting power leves for RP4
This commit is contained in:
parent
6ab7322dd0
commit
a7f33d2962
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=862000
|
||||
voltFAIL=860000
|
||||
voltWARN=852000 8525
|
||||
voltFAIL=850000
|
||||
tempWARNING=6900
|
||||
tempCRTICAL=7799
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue