1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-19 14:25:11 +03:00

Improve spectrum

This commit is contained in:
3djc 2019-02-07 13:39:27 +01:00
parent f528de89c2
commit 5eda7dc6dd
3 changed files with 36 additions and 17 deletions

View file

@ -1161,6 +1161,9 @@ union ReusableBuffer
struct
{
uint8_t bars[128];
uint32_t fq;
uint32_t span;
uint32_t step;
} spectrum;
#if defined(STM32)