mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Spectrum analyser fixes
Compatibily issue when telemetry comes from int + ext modules
This commit is contained in:
parent
14c282110d
commit
d70f3a40ef
12 changed files with 13 additions and 39 deletions
|
@ -1202,7 +1202,7 @@ union ReusableBuffer
|
|||
|
||||
struct
|
||||
{
|
||||
uint8_t bars[LCD_W];
|
||||
int8_t bars[LCD_W];
|
||||
uint32_t freq;
|
||||
uint32_t span;
|
||||
uint32_t step;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue