mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
update example airframe with ETS baro
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<define name="ALT_KALMAN"/>
|
||||
<define name="USE_I2C0"/>
|
||||
<define name="USE_AIRSPEED"/>
|
||||
<define name="USE_BARO_ETS"/>
|
||||
|
||||
<subsystem name="radio_control" type="ppm"/>
|
||||
<subsystem name="telemetry" type="transparent"/>
|
||||
|
||||
+1
-1
@@ -56,7 +56,7 @@ extern uint8_t gps_status_flags;
|
||||
extern uint8_t gps_sol_flags;
|
||||
extern uint16_t gps_week; /* weeks */
|
||||
extern uint32_t gps_itow; /* ms */
|
||||
extern int32_t gps_alt; /* cm */
|
||||
extern int32_t gps_alt; /* above MSL in cm */
|
||||
extern uint16_t gps_speed_3d; /* cm/s */
|
||||
extern uint16_t gps_gspeed; /* cm/s */
|
||||
extern int16_t gps_climb; /* m/s */
|
||||
|
||||
Reference in New Issue
Block a user