diff options
author | Piotr Krysik <ptrkrysik@gmail.com> | 2018-05-04 07:49:36 +0200 |
---|---|---|
committer | Marcus Müller <marcus@hostalia.de> | 2019-03-08 20:29:56 +0100 |
commit | affb5c7e4b84cde42ad3704043a11f0f7b2a0558 (patch) | |
tree | 7d51cecb9095418ffdeb26caf6508f1c49556cd2 /cmake/Modules | |
parent | be11e7a256e2a36096234dd3dae5e6ed731069c9 (diff) |
uhd: fix freq_hopping example - missing 'time'
Freq_hopping example wasn't working correctly and symptom of it was that
frequency changes were happening in random moments. The reason was that
time of execution of tune commands wasn't specified and so they were
executed as non-timed commands.
In case of of full tuning (dsp_tuning == false) more changes were
needed. 'tx_freq' tag can't be executed as a timed command at all, so I
changed it to 'tx_command' with 'freq' element and also added missing
'time'.
I found out about the issue but credit of fixing it by adding 'time'
element to 'tx_command' tag value goes to Sylvain Munaut, as this change
was suggested by him.
Diffstat (limited to 'cmake/Modules')
0 files changed, 0 insertions, 0 deletions