Merged i2c-helper in Main

This commit is contained in:
AlexanderHD27
2025-01-12 00:16:00 +01:00
parent f4792de050
commit b5c7e5b4c1
396 changed files with 182143 additions and 14 deletions

View File

@@ -0,0 +1,21 @@
#!/usr/bin/expect
set timeout 30
spawn ssh [lindex $argv 0]
expect "$ "
send "cd ~/gobot/\n"
expect "$ "
send "git fetch\n"
expect "$ "
send "git checkout motor-ctrl-firmware\n"
expect "$ "
send "cd motor-control/firmware/scripts/remote\n"
expect "$ "
send "./run_openocd.sh\n"
expect "Kill Me Please, this is should not be triggered!"