mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +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
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue