diff options
Diffstat (limited to 'run.sh')
-rw-r--r-- | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |