mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
11 lines
243 B
Bash
11 lines
243 B
Bash
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
param set-default BAT1_V_DIV 10.177939394
|
|
param set-default BAT1_A_PER_V 15.391030303
|
|
|
|
rgbled_pwm start
|
|
safety_button start
|