mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
#720 adapt power fail level for rp4
This commit is contained in:
parent
fa271a52b8
commit
be9847cedc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue