Unverified Commit 2f2351e8 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #9035 from DonLakeFlyer/VehicleNotResponding

Vehicle Not Responding: Include port name
parents 801b7e52 581b7081
......@@ -983,7 +983,7 @@ void LinkManager::_activeLinkCheck(void)
qgcApp()->showAppMessage(
foundNSHPrompt ?
tr("Please check to make sure you have an SD Card inserted in your Vehicle and try again.") :
tr("Your Vehicle is not responding. If this continues, shutdown %1, restart the Vehicle letting it boot completely, then start %1.").arg(qgcApp()->applicationName()));
tr("Vehicle on port %1 is not responding. If this continues, shutdown %2, restart the Vehicle letting it boot completely, then start %2.").arg(link->getSerialConfig()->portName()).arg(qgcApp()->applicationName()));
}
}
#endif
......
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