Browse Source

Add meta info to wing wing config

sbg
Lorenz Meier 10 years ago
parent
commit
670257868e
  1. 16
      ROMFS/px4fmu_common/init.d/3033_wingwing

16
ROMFS/px4fmu_common/init.d/3033_wingwing

@ -1,8 +1,20 @@ @@ -1,8 +1,20 @@
#!nsh
#
# Wing Wing (aka Z-84) Flying Wing
# @name Wing Wing (aka Z-84) Flying Wing
#
# Simon Wilks <simon@px4.io>
# @url https://pixhawk.org/platforms/planes/z-84_wing_wing
#
# @type Flying Wing
#
# @output MAIN1 left aileron
# @output MAIN2 right aileron
# @output MAIN4 throttle
#
# @output AUX1 feed-through of RC AUX1 channel
# @output AUX2 feed-through of RC AUX2 channel
# @output AUX3 feed-through of RC AUX3 channel
#
# @maintainer Simon Wilks <simon@px4.io>
#
sh /etc/init.d/rc.fw_defaults

Loading…
Cancel
Save