Skip to content

Commit

Permalink
fix temperature display vcgencmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pageauc committed Sep 20, 2023
1 parent 66a96ce commit 806a120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menubox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ function do_main_menu ()
{
cd $DIR
init_status
temp="$(/opt/vc/bin/vcgencmd measure_temp)"
temp="$(/usr/bin/vcgencmd measure_temp)"

cd $DIR
SELECTION=$(whiptail --title "Speed Camera Main Menu" \
Expand Down

0 comments on commit 806a120

Please sign in to comment.