update sdrplay api where possible (not available for arm 32-bit)

This commit is contained in:
Jakob Ketterl 2024-01-01 20:30:25 +01:00
parent c9f0d96724
commit 85afade7f9
3 changed files with 131 additions and 45 deletions

View file

@ -28,13 +28,13 @@ ARCH=$(uname -m)
case $ARCH in
x86_64)
BINARY=SDRplay_RSP_API-Linux-3.07.1.run
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
;;
armv*)
BINARY=SDRplay_RSP_API-ARM32-3.07.2.run
;;
aarch64)
BINARY=SDRplay_RSP_API-ARM64-3.07.1.run
BINARY=SDRplay_RSP_API-Linux-3.12.1.run
;;
esac