Skip to content

Commit

Permalink
fix debug log power supply grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 4, 2023
1 parent 15e5944 commit f8175a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debug
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ echo "================"
if [[ ! -z "${UMBREL_OS:-}" ]]; then
if [[ $(vcgencmd get_throttled) != "throttled=0x0" ]]; then
if [[ $(vcgencmd get_throttled) = "throttled=0x5"* ]]; then
echo "There is probably issue with your power supply. We recommend using the official power supply to avoid this issue"
echo "There is probably an issue with your power supply. We recommend using the official Raspberry Pi power supply to avoid this issue."
else
echo "The temperature of your Raspberry Pi is too high. We recommend either using a case that lowers the temperature of your Pi or a case with a builtin fan."
fi
Expand Down

0 comments on commit f8175a8

Please sign in to comment.