Unverified Commit 77c08818 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7248 from DonLakeFlyer/PriorityLinkInactive

Vehicle: Do not clear priority link if it is the last link
parents 02942885 bb961d64
......@@ -1899,10 +1899,6 @@ void Vehicle::_linkInactiveOrDeleted(LinkInterface* link)
_links.removeOne(link);
if (_priorityLink.data() == link) {
_priorityLink.clear();
}
_updatePriorityLink(true /* updateActive */, true /* sendCommand */);
if (_links.count() == 0 && !_allLinksInactiveSent) {
......
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