vcgencmd measure_temp and thermal_zone0 are the same

This commit is contained in:
Maxim Devaev
2022-03-19 23:08:11 +03:00
parent c2634cb69f
commit d4c307b804
2 changed files with 1 additions and 10 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/sh
case $1 in
get_throttled) echo "throttled=0x0";;
measure_temp) echo "temp=35.0'C";;
esac