mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-10 16:32:16 +08:00
10 lines
226 B
Bash
10 lines
226 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT1_V_DIV 13.653333333
|
|
param set-default BAT1_A_PER_V 36.367515152
|
|
|
|
safety_button start
|