mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 09:16:07 +03:00
Update rx.h
This commit is contained in:
parent
98a9826bdf
commit
278a682f98
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ typedef struct rxConfig_s {
|
|||
uint8_t spektrum_sat_bind; // number of bind pulses for Spektrum satellite receivers
|
||||
uint8_t rssi_channel;
|
||||
uint8_t rssi_scale;
|
||||
uint8_t rssi_ppm_invert;
|
||||
uint16_t midrc; // Some radios have not a neutral point centered on 1500. can be changed here
|
||||
uint16_t mincheck; // minimum rc end
|
||||
uint16_t maxcheck; // maximum rc end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue