mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-25 16:56:25 +08:00
Added sensor enable/disable parameter (SENS_EN_CM8JL65).
Disabled by default. Signed-off-by: Claudio Micheli <claudio@auterion.com>
This commit is contained in:
committed by
Beat Küng
parent
46c5a79b57
commit
e4381bfc87
@@ -93,6 +93,13 @@ then
|
||||
sf1xx start -a
|
||||
fi
|
||||
|
||||
# Lanbao PSK-CM8JL65-CC5 distance sensor
|
||||
if param compare SENS_EN_CM8JL65 1
|
||||
then
|
||||
cm8jl65 start
|
||||
fi
|
||||
|
||||
|
||||
# Heater driver for temperature regulated IMUs.
|
||||
if param compare SENS_EN_THERMAL 1
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user