qWarning()<<"Parameter meta data cache corruption:"<<cacheFile.fileName()<<"major version does not match file name"<<"actual:excepted"<<cacheMajorVersion<<wantedMajorVersion;
}else{
...
...
@@ -196,7 +211,7 @@ QString CompInfoParam::_parameterMetaDataFile(Vehicle* vehicle, MAV_AUTOPILOT fi
// We have a cache hit on a lower major version, read minor version as well
qWarning()<<"Parameter meta data cache corruption:"<<cacheFile.fileName()<<"major version does not match file name"<<"actual:excepted"<<majorVersion<<cacheMajorVersion;
cacheHit=false;
...
...
@@ -208,8 +223,8 @@ QString CompInfoParam::_parameterMetaDataFile(Vehicle* vehicle, MAV_AUTOPILOT fi
qgcApp()->showAppMessage(tr("Unabled to send command: %1. %2").arg(compIdAll?tr("Internal error"):tr("Waiting on previous response to same command.")));
qgcApp()->showAppMessage(tr("Unable to send command: %1.").arg(compIdAll?tr("Internal error - MAV_COMP_ID_ALL not supported"):tr("Waiting on previous response to same command.")));