mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
21 lines
428 B
Plaintext
21 lines
428 B
Plaintext
#!nsh
|
|
#
|
|
# @name Passthrough mode for Snapdragon
|
|
#
|
|
# @type custom
|
|
# @class Tool
|
|
#
|
|
# @board px4fmu-v1 exclude
|
|
# @board px4fmu-v2 exclude
|
|
# @board px4fmu-v3 exclude
|
|
# @board px4fmu-v4pro exclude
|
|
# @board px4fmu-v5 exclude
|
|
# @board aerofc-v1 exclude
|
|
#
|
|
# @maintainer Julian Oes <julian@oes.ch>
|
|
#
|
|
# This startup can be used on Pixhawk/Pixfalcon/Pixracer for the
|
|
# passthrough of RC input and PWM output.
|
|
|
|
set VEHICLE_TYPE passthrough
|