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"