Skip to content

Commit

Permalink
Added temperature reading
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioFPVdev authored and MarioFPVdev committed Apr 27, 2024
1 parent 9524419 commit b3d7307
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Extern.bat
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ if "%1" == "shdl" (
echo y | pscp -scp -pw %3 root@%2:/root/kill.sh .
)

if "%1" == "temp" (
plink -ssh root@%2 -pw %3 cat /sys/devices/virtual/mstar/msys/TEMP_R
)

:end
echo.
pause

0 comments on commit b3d7307

Please sign in to comment.