Commit 454de718 authored by Don Gagne's avatar Don Gagne

Don't use channel 0 to avoid sequence number problems

parent 0d3b4721
......@@ -69,7 +69,7 @@ LinkManager::LinkManager(QGCApplication* app)
, _configUpdateSuspended(false)
, _configurationsLoaded(false)
, _connectionsSuspended(false)
, _mavlinkChannelsUsedBitMask(0)
, _mavlinkChannelsUsedBitMask(1) // We never use channel 0 to avoid sequence numbering problems
, _mavlinkProtocol(NULL)
, _autoconnectUDP(true)
, _autoconnectPixhawk(true)
......
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