mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 09:15:38 +03:00
R9M ACCESS handling for spectrum analyser
This commit is contained in:
parent
8aa596ead7
commit
5606b017c2
2 changed files with 26 additions and 4 deletions
|
@ -1184,6 +1184,11 @@ union ReusableBuffer
|
|||
uint32_t freq;
|
||||
uint32_t span;
|
||||
uint32_t step;
|
||||
uint8_t spanDefault;
|
||||
uint8_t spanMax;
|
||||
uint16_t freqDefault;
|
||||
uint16_t freqMax;
|
||||
uint16_t freqMin;
|
||||
} spectrumAnalyser;
|
||||
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue