mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Link Quality without Aux
fix indent , move unused remove premature optimisation Use prior code for osd element calc unit test add crsf for scaleCrsfLq unittest typo rx 0-100 elements simplify osdElementLinkQuality refactor share one 16 bit var
This commit is contained in:
parent
7cd030559d
commit
e9a406f447
11 changed files with 642 additions and 24 deletions
|
@ -249,7 +249,7 @@ typedef struct osdConfig_s {
|
|||
uint8_t ahInvert; // invert the artificial horizon
|
||||
uint8_t osdProfileIndex;
|
||||
uint8_t overlay_radio_mode;
|
||||
uint8_t link_quality_alarm;
|
||||
uint16_t link_quality_alarm;
|
||||
} osdConfig_t;
|
||||
|
||||
PG_DECLARE(osdConfig_t, osdConfig);
|
||||
|
@ -265,7 +265,7 @@ typedef struct statistic_s {
|
|||
float max_g_force;
|
||||
int16_t max_esc_temp;
|
||||
int32_t max_esc_rpm;
|
||||
uint8_t min_link_quality;
|
||||
uint16_t min_link_quality;
|
||||
} statistic_t;
|
||||
|
||||
extern timeUs_t resumeRefreshAt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue