mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-10 00:03:04 +08:00
10 lines
208 B
Bash
10 lines
208 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT1_V_DIV 10.1
|
|
param set-default BAT1_A_PER_V 17
|
|
|
|
safety_button start
|