Commit a2172c72 authored by Don Gagne's avatar Don Gagne

Merge pull request #2613 from DonLakeFlyer/MissingParamMessage

Missing Param: Change wording to include older firmware
parents f9874376 fa988a7e
......@@ -633,7 +633,7 @@ void QGCApplication::_missingParamsDisplay(void)
}
_missingParams.clear();
showMessage(QString("Parameters missing from firmware: %1.\n\nYou should quit QGroundControl immediately and update your firmware.").arg(params));
showMessage(QString("Parameters missing from firmware: %1. You may be running an older version of firmware QGC does not work correctly with or your firmware has a bug in it.").arg(params));
}
QObject* QGCApplication::_rootQmlObject(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment