Fix frequency on easytest

master
F5OEO 2024-03-11 12:02:05 +01:00
rodzic 554ef920c4
commit 94d6792920
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
;;