代工定制
代工定制¶
自定义步骤¶
git fetch https://github.com/ArduPilot/ardupilot.git <version> where <version> is the tag for the stable version for the desired vehicle: ArduPlane-stable, ArduCopter-stable, APMrover2-stable,etc. git checkout -b <your branch name> FETCH_HEAD git submodule update --init --recursiveinclude ../CubeOrange/hwdef.datdefine AP_CUSTOM_FIRMWARE_STRING "MyMagicFrame"# setup for NTF LEDs on output5 SERVO5_FUNCTION 120 NTF_LED_TYPES 256
自定义 hwdef 的替代方法.dat¶
Last updated