mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 23:37:35 +08:00
Implemented AUAV absolute/differential pressure sensor support (#23656)
* Added AUAV absolute pressure sensing * Moved func to abstract base class * Probe and params * Fixed arg parsing and added auto start * refactorings * Added sample perf * Fixed CI findings * Simplified rc.sensors condition
This commit is contained in:
@@ -184,6 +184,13 @@ then
|
||||
asp5033 start -X
|
||||
fi
|
||||
|
||||
# AUAV absolute/differential pressure sensor external I2C
|
||||
if param greater -s SENS_EN_AUAVX 0
|
||||
then
|
||||
auav start -D -X
|
||||
auav start -A -X
|
||||
fi
|
||||
|
||||
# SHT3x temperature and hygrometer sensor, external I2C
|
||||
if param compare -s SENS_EN_SHT3X 1
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user