mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
add new parameter LIGHT_EN_BLINKM to start blinkm lights
This commit is contained in:
@@ -203,9 +203,12 @@ else
|
||||
rgbled_ncp5623c start
|
||||
rgbled_pwm start
|
||||
|
||||
if blinkm start
|
||||
if param greater LIGHT_EN_BLINKM 0
|
||||
then
|
||||
blinkm systemstate
|
||||
if blinkm start
|
||||
then
|
||||
blinkm systemstate
|
||||
fi
|
||||
fi
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user