Replay: enable replay to ignore EK3_ENABLE setting in log

This commit is contained in:
priseborough 2016-12-19 12:34:03 +11:00 committed by Randy Mackay
parent 59ee074560
commit c8bdf2fab8

View File

@ -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++) {