mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-191 Receiver activity : Increase min range value and allow all Sbus
channels scanning.
This commit is contained in:
parent
5bc247925a
commit
309f5db956
@ -99,8 +99,8 @@ static uint8_t isAssistedFlightMode(uint8_t position);
|
|||||||
static void applyLPF(float *value, ManualControlSettingsResponseTimeElem channel, ManualControlSettingsResponseTimeData *responseTime, uint8_t deadband, float dT);
|
static void applyLPF(float *value, ManualControlSettingsResponseTimeElem channel, ManualControlSettingsResponseTimeData *responseTime, uint8_t deadband, float dT);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RCVR_ACTIVITY_MONITOR_CHANNELS_PER_GROUP 12
|
#define RCVR_ACTIVITY_MONITOR_CHANNELS_PER_GROUP 18 // Sbus max channel
|
||||||
#define RCVR_ACTIVITY_MONITOR_MIN_RANGE 10
|
#define RCVR_ACTIVITY_MONITOR_MIN_RANGE 15
|
||||||
struct rcvr_activity_fsm {
|
struct rcvr_activity_fsm {
|
||||||
ManualControlSettingsChannelGroupsOptions group;
|
ManualControlSettingsChannelGroupsOptions group;
|
||||||
uint16_t prev[RCVR_ACTIVITY_MONITOR_CHANNELS_PER_GROUP];
|
uint16_t prev[RCVR_ACTIVITY_MONITOR_CHANNELS_PER_GROUP];
|
||||||
|
Loading…
Reference in New Issue
Block a user