mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
FrSky: Adjusted offsets
Following up on @yaapu comment https://github.com/ArduPilot/ardupilot/pull/10499#issuecomment-474625077
This commit is contained in:
parent
16476332b2
commit
70c1414026
@ -85,9 +85,9 @@ for FrSky SPort Passthrough
|
||||
#define BATT_TOTALMAH_OFFSET 17
|
||||
// for autopilot status data
|
||||
#define AP_CONTROL_MODE_LIMIT 0x1F
|
||||
#define AP_SIMPLE_OFFSET 3
|
||||
#define AP_SSIMPLE_OFFSET 4
|
||||
#define AP_FLYING_OFFSET 6
|
||||
#define AP_SIMPLE_OFFSET 5
|
||||
#define AP_SSIMPLE_OFFSET 6
|
||||
#define AP_FLYING_OFFSET 7
|
||||
#define AP_ARMED_OFFSET 8
|
||||
#define AP_BATT_FS_OFFSET 9
|
||||
#define AP_EKF_FS_OFFSET 10
|
||||
|
Loading…
Reference in New Issue
Block a user