mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-02-19 17:31:26 +01:00
Fix frequency on easytest
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user