diff options
author | Maxim Devaev <[email protected]> | 2022-03-19 23:08:11 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-19 23:08:11 +0300 |
commit | d4c307b804f3328e9b9d25314c261c390ceaa128 (patch) | |
tree | 7caf1ccbee134cd673237c2a3f0ea93e7ccb63f1 /testenv | |
parent | c2634cb69f7d32076bb17f846ae18cc85d6ed8de (diff) |
vcgencmd measure_temp and thermal_zone0 are the same
Diffstat (limited to 'testenv')
-rwxr-xr-x | testenv/fakes/vcgencmd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testenv/fakes/vcgencmd b/testenv/fakes/vcgencmd index 3f4990c6..3985bc1f 100755 --- a/testenv/fakes/vcgencmd +++ b/testenv/fakes/vcgencmd @@ -1,5 +1,4 @@ #!/bin/sh case $1 in get_throttled) echo "throttled=0x0";; - measure_temp) echo "temp=35.0'C";; esac |