From 0265c94c7edff0d003215b65ed487a9bda97baa4 Mon Sep 17 00:00:00 2001 From: Bert De Baecke Date: Sun, 15 Dec 2024 20:47:05 +0100 Subject: [PATCH] Airspyhf Update receive_meteor.sh line 56 )> change receiver=airspy to airspyhf for satdump --- scripts/receive_meteor.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/receive_meteor.sh b/scripts/receive_meteor.sh index e45d3570..19ae31c4 100644 --- a/scripts/receive_meteor.sh +++ b/scripts/receive_meteor.sh @@ -53,7 +53,7 @@ case "$RECEIVER_TYPE" in ;; "airspy_hf_plus_discovery") samplerate="192e3" - receiver="airspy" + receiver="airspyhf" ;; "hackrf") samplerate="4e6" @@ -498,4 +498,4 @@ fi TIMER_END=$(date '+%s') DIFF=$(($TIMER_END - $TIMER_START)) PROC_TIME=$(date -ud "@$DIFF" +'%H:%M.%S') -log "Total processing time: ${PROC_TIME}" "INFO" \ No newline at end of file +log "Total processing time: ${PROC_TIME}" "INFO"