mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +08:00
Enable the driver as default for boards having it
This commit is contained in:
@@ -93,15 +93,19 @@ then
|
|||||||
#
|
#
|
||||||
if rgbled start
|
if rgbled start
|
||||||
then
|
then
|
||||||
echo "[init] Using external RGB Led"
|
echo "[init] RGB Led"
|
||||||
else
|
else
|
||||||
if blinkm start
|
if blinkm start
|
||||||
then
|
then
|
||||||
echo "[init] Using blinkm"
|
echo "[init] BlinkM"
|
||||||
blinkm systemstate
|
blinkm systemstate
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if pca8574 start
|
||||||
|
then
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Set default values
|
# Set default values
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user