aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorGergő J. Miklós2019-05-12 17:57:05 +0200
committerGergő J. Miklós2019-05-12 17:57:05 +0200
commitd8918243785c16bea16a5382e80f55cabfec1f51 (patch)
treece904f35b1bd888c0dc926aeead9201d14d0e6bc /run.sh
parent7893fa123087328d5721fa27e9ee45130ba5da96 (diff)
downloadi2sensors-d8918243785c16bea16a5382e80f55cabfec1f51.tar.gz
i2sensors-d8918243785c16bea16a5382e80f55cabfec1f51.zip
refactoring
Diffstat (limited to 'run.sh')
-rw-r--r--run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 013205c..a27b1fb 100644
--- a/run.sh
+++ b/run.sh
@@ -8,7 +8,7 @@ if [ "$?" == "0" ]; then
#rsync -aHv -q -e "ssh" build/i2sensors-arm root@cb2:/tmp/i2sensors
scp build/i2sensors-armhf root@cb2:/tmp/i2sensors
- ssh root@cb2 '/tmp/i2sensors read_one 1 lm75 0x49 0,111.1'
+ ssh root@cb2 '/tmp/i2sensors read_one 1 lm75 0x49 0,-0.5'
echo
ssh root@cb2 '/tmp/i2sensors read_all 1 lm75 0x49 '
#ssh root@cb2 '/tmp/i2sensors list_all 1 lm75 0x49'