mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Powermeter fixes
This commit is contained in:
parent
45500b062d
commit
6277717c16
5 changed files with 15 additions and 11 deletions
|
@ -1209,8 +1209,8 @@ union ReusableBuffer
|
|||
struct
|
||||
{
|
||||
uint32_t freq;
|
||||
uint32_t power;
|
||||
uint32_t peak;
|
||||
int16_t power;
|
||||
int16_t peak;
|
||||
} powerMeter;
|
||||
|
||||
struct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue