mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2025-12-09 15:58:31 +08:00
12 lines
244 B
Bash
12 lines
244 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
|
|
|