Commit fa988a7e authored by Don Gagne's avatar Don Gagne

Change wording to include older firmware

parent f9874376
...@@ -633,7 +633,7 @@ void QGCApplication::_missingParamsDisplay(void) ...@@ -633,7 +633,7 @@ void QGCApplication::_missingParamsDisplay(void)
} }
_missingParams.clear(); _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) 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