// Initial load is complete but we still don't have any default component params. Wait one more cycle to see if the
// any show up.
qCDebug(ParameterManagerLog)<<_logVehiclePrefix(-1)<<"Restarting _waitingParamTimeoutTimer - still don't have default component params"<<_vehicle->defaultComponentId()<<_mapParameterName2Variant.keys();
qCDebug(ParameterManagerLog)<<_logVehiclePrefix(-1)<<"Restarting _waitingParamTimeoutTimer - still don't have default component params"<<_vehicle->defaultComponentId();
qCDebug(ParameterManagerLog)<<_logVehiclePrefix(componentId)<<"Write resend for (paramName:"<<paramName<<"retryCount:"<<_waitingWriteParamNameMap[componentId][paramName]<<")";
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.")));