scripts: removed bin2sgl binaries

This commit is contained in:
Peter Buchegger 2025-09-09 20:53:18 +02:00 committed by Silvano Seva
parent 4b1e2943c9
commit 024a18588d
5 changed files with 0 additions and 14 deletions

4
.gitignore vendored
View File

@ -63,10 +63,6 @@ subprojects/XPowersLib
# ignore linux openrtx emulator history file
.emulatorsh_history
# ignore bin2sgl
!scripts/bin2sgl.Linux.bin
!scripts/bin2sgl.exe
# Compiled script
scripts/get_demod_log

Binary file not shown.

View File

@ -1,10 +0,0 @@
#!/bin/bash
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
if [ `uname -m` = "aarch64" ]; then
qemu-x86_64 $SCRIPTPATH/bin2sgl.Linux.bin "$@"
else
$SCRIPTPATH/bin2sgl.Linux.bin "$@"
fi

Binary file not shown.

Binary file not shown.