mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 21:30:35 +08:00
f8eaa6e46b
- include all available legacy bootloaders
14 lines
276 B
Bash
14 lines
276 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT_V_DIV 10.1
|
|
param set-default BAT1_V_DIV 10.1
|
|
|
|
param set-default BAT_A_PER_V 24
|
|
param set-default BAT1_A_PER_V 24
|
|
|
|
|
|
safety_button start
|