Browse Source

Merge pull request #4565 from dogmaphobic/btFix

Fix regression bug with Bluetooth.
QGC4.4
Gus Grubba 8 years ago committed by GitHub
parent
commit
e4fddb3fa3
  1. 1
      src/comm/BluetoothLink.cc

1
src/comm/BluetoothLink.cc

@ -31,6 +31,7 @@ @@ -31,6 +31,7 @@
BluetoothLink::BluetoothLink(SharedLinkConfigurationPointer& config)
: LinkInterface(config)
, _config(qobject_cast<BluetoothConfiguration*>(config.data()))
, _connectState(false)
, _targetSocket(NULL)
#ifdef __ios__

Loading…
Cancel
Save