mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
#474 info on LCD on power fail
This commit is contained in:
parent
3fc1cdb68c
commit
12fda28f10
@ -296,5 +296,7 @@ ${color_yellow}${ln_publicColor}${ln_external}${color_red}
|
||||
"${hdd}" "${sync_percentage}"
|
||||
|
||||
if [ ${#undervoltageReports} -gt 0 ] && [ "${undervoltageReports}" != "0" ]; then
|
||||
echo "${undervoltageReports} undervoltage reports found - maybe upgrade power supply"
|
||||
echo "${undervoltageReports} undervoltage reports found - please 'Hardware Test' in main menu"
|
||||
elif [ ${#powerFAIL} -gt 0 ] && [ ${powerFAIL} -gt 0 ]; then
|
||||
echo "Weak power supply detected - please 'Hardware Test' in main menu"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user