mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Improve spectrum
This commit is contained in:
parent
f528de89c2
commit
5eda7dc6dd
3 changed files with 36 additions and 17 deletions
|
@ -1161,6 +1161,9 @@ union ReusableBuffer
|
|||
struct
|
||||
{
|
||||
uint8_t bars[128];
|
||||
uint32_t fq;
|
||||
uint32_t span;
|
||||
uint32_t step;
|
||||
} spectrum;
|
||||
|
||||
#if defined(STM32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue