mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Replay: enable replay to ignore EK3_ENABLE setting in log
This commit is contained in:
parent
59ee074560
commit
c8bdf2fab8
@ -381,7 +381,7 @@ void LR_MsgHandler_NTUN_Copter::process_message(uint8_t *msg)
|
||||
|
||||
bool LR_MsgHandler::set_parameter(const char *name, float value)
|
||||
{
|
||||
const char *ignore_parms[] = { "GPS_TYPE", "AHRS_EKF_TYPE", "EK2_ENABLE",
|
||||
const char *ignore_parms[] = { "GPS_TYPE", "AHRS_EKF_TYPE", "EK2_ENABLE", "EK3_ENABLE"
|
||||
"COMPASS_ORIENT", "COMPASS_ORIENT2",
|
||||
"COMPASS_ORIENT3", "LOG_FILE_BUFSIZE"};
|
||||
for (uint8_t i=0; i < ARRAY_SIZE(ignore_parms); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user