mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
[modules] ets baro/airspeed: cleanup and default delay of 0.2s
- airspeed_ets: use AIRSPEED_ETS_SYNC_SEND instead of SENSOR_SYNC_SEND - baro_ets: use BARO_ETS_SYNC_SEND instead of BARO_ETS_TELEMETRY
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
<define name="BARO_ETS_I2C_DEV" value="i2cX" description="set i2c peripheral (default: i2c0)"/>
|
||||
<define name="BARO_ETS_SCALE" value="scale" description="sensor scale factor (default: 1.8)"/>
|
||||
<define name="BARO_ETS_START_DELAY" value="delay" description="set initial start delay in seconds"/>
|
||||
<define name="BARO_ETS_TELEMETRY" description="flag to transmit the data as it is acquired"/>
|
||||
<define name="BARO_ETS_SYNC_SEND" description="flag to transmit the data as it is acquired"/>
|
||||
</doc>
|
||||
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user