mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Added RSSI offset to complement RSSI scaling.
This commit is contained in:
parent
c1e88ae7f4
commit
a9c1f02afb
4 changed files with 5 additions and 1 deletions
|
@ -49,6 +49,7 @@ typedef struct rxConfig_s {
|
|||
uint16_t rx_max_usec;
|
||||
uint8_t max_aux_channel;
|
||||
uint8_t rssi_src_frame_errors; // true to use frame drop flags in the rx protocol
|
||||
int8_t rssi_offset; // offset applied to the RSSI value before it is returned
|
||||
} rxConfig_t;
|
||||
|
||||
PG_DECLARE(rxConfig_t, rxConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue