Commit a791120f authored by Don Gagne's avatar Don Gagne

parent 9165fa15
......@@ -480,6 +480,7 @@ void LinkManager::_updateAutoConnectLinks(void)
emit linkConfigurationsChanged();
}
#ifndef __mobile__
#ifndef NO_SERIAL_LINK
// check to see if nmea gps is configured for UDP input, if so, set it up to connect
if (_autoConnectSettings->autoConnectNmeaPort()->cookedValueString() == "UDP Port") {
if (_nmeaSocket.localPort() != _autoConnectSettings->nmeaUdpPort()->rawValue().toUInt()
......@@ -500,6 +501,7 @@ void LinkManager::_updateAutoConnectLinks(void)
_nmeaSocket.close();
}
#endif
#endif
#ifndef NO_SERIAL_LINK
QStringList currentPorts;
......
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