Skip to content

Commit

Permalink
Small fix for sensor update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored Oct 21, 2024
1 parent 4c27116 commit 97e23d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extern.bat
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if "%1" == "rsmaj" (
)

if "%1" == "binup" (
echo y | pscp -scp -pw %3 %4 root@%2:/etc/sensors/
echo y | pscp -scp -pw %3 sensors\%4 root@%2:/etc/sensors/
plink -ssh root@%2 -pw %3 yaml-cli -s .isp.sensorConfig /etc/sensors/%4
)

Expand Down

0 comments on commit 97e23d0

Please sign in to comment.