There is a note on bladerf_get_quick_tune
that
These parameters are sensitive to changes in the operating environment, and should be "refreshed" if planning to use the "quick retune" functionality over a long period of time.
Can you explain how and when to "refresh" it?
Because simple repeated call to bladerf_get_quick_tune once in some interval will overflow in
|
log_error("Reached maximum number of RX quick tune profiles."); |
Thanks!
There is a note on bladerf_get_quick_tune
that
Can you explain how and when to "refresh" it?
Because simple repeated call to bladerf_get_quick_tune once in some interval will overflow in
bladeRF/host/libraries/libbladeRF/src/board/bladerf2/bladerf2.c
Line 1481 in 7d7d87f
Thanks!