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,12 @@
#!/usr/bin/bash
in_file=$(basename "$1")
echo "Input file: $1"
echo "Input file (base): $in_file"
echo "Host: $2"
scp $1 $2:/tmp
./scripts/remote/flash.exp "/tmp/$in_file" "$2"