mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Always boot, even with no pressure sensor or ADC. Fixes #2151
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
# Standard startup script for PX4FMU v1, v2, v3 onboard sensor drivers.
|
||||
#
|
||||
|
||||
ms5611 start
|
||||
adc start
|
||||
if ms5611 start
|
||||
then
|
||||
fi
|
||||
|
||||
if adc start
|
||||
then
|
||||
fi
|
||||
|
||||
if ver hwcmp PX4FMU_V2
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user