You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
619 B
21 lines
619 B
#!/bin/sh
|
|
#
|
|
# board specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
# By disabling all 3 INA modules, we use the
|
|
# i2c_launcher instead.
|
|
param set - default SENS_EN_INA238 0
|
|
param set - default SENS_EN_INA228 0
|
|
param set - default SENS_EN_INA226 0
|
|
|
|
# Mavlink ethernet (CFG 1000)
|
|
param set - default MAV_2_CONFIG 1000
|
|
param set - default MAV_2_BROADCAST 1
|
|
param set - default MAV_2_MODE 0
|
|
param set - default MAV_2_RADIO_CTL 0
|
|
param set - default MAV_2_RATE 100000
|
|
param set - default MAV_2_REMOTE_PRT 14550
|
|
param set - default MAV_2_UDP_PRT 14550
|
|
|
|
safety_button start
|
|
|