From 94d6792920dbc65a492499230a8d7cc66f2949b0 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Mon, 11 Mar 2024 12:02:05 +0100 Subject: [PATCH] Fix frequency on easytest --- easytest.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easytest.sh b/easytest.sh index 396204a..62d4f07 100755 --- a/easytest.sh +++ b/easytest.sh @@ -181,7 +181,7 @@ do_freq_setup 5\ *) do_file_choose ".wav (16 bit per sample, 48000 sample rate, mono)" "$DEFAULT_WAV_FILE_MONO_LOC" if [ $abort_action -eq 0 ]; then - "./testnfm.sh" "$OUTPUT_FREQ""e3" "$FILE_LOC" >/dev/null 2>/dev/null & + "./testnfm.sh" "$OUTPUT_FREQ""e6" "$FILE_LOC" >/dev/null 2>/dev/null & do_status fi ;; @@ -195,7 +195,7 @@ do_freq_setup 7\ *) do_file_choose ".wav (16 bit per sample, 48000 sample rate, mono)" "$DEFAULT_WAV_FILE_MONO_LOC" if [ $abort_action -eq 0 ]; then - "./testam.sh" "$OUTPUT_FREQ""e3" "$FILE_LOC" >/dev/null 2>/dev/null & + "./testam.sh" "$OUTPUT_FREQ""e6" "$FILE_LOC" >/dev/null 2>/dev/null & do_status fi ;;