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.
16 lines
354 B
16 lines
354 B
#!/bin/sh
|
|
#
|
|
# STM32F7 specific defaults
|
|
#------------------------------------------------------------------------------
|
|
|
|
# Multi-EKF (across IMUs only)
|
|
param set-default -s EKF2_MULTI_IMU 3
|
|
param set-default SENS_IMU_MODE 0
|
|
|
|
param set-default -s IMU_GYRO_FFT_EN 1
|
|
|
|
param set-default -s MC_AT_EN 1
|
|
|
|
param set-default -s UAVCAN_ENABLE 2
|
|
|
|
set LOGGER_BUF 40
|
|
|