mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-21 06:14:05 +00:00
fix: add wait in dump command
This commit is contained in:
parent
e57292ea01
commit
64de4d5d87
1 changed files with 2 additions and 1 deletions
3
main.c
3
main.c
|
|
@ -695,7 +695,8 @@ VNA_SHELL_FUNCTION(cmd_dump)
|
|||
if (argc == 1)
|
||||
dump_selection = my_atoi(argv[0]);
|
||||
|
||||
wait_dsp(3);
|
||||
dsp_start(3);
|
||||
dsp_wait();
|
||||
|
||||
len = AUDIO_BUFFER_LEN;
|
||||
if (dump_selection == 1 || dump_selection == 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue