mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
GCS USB: Start with polling enabled so it acts like before and grabs first available USB device
This commit is contained in:
parent
1aadcf4e70
commit
3f11c398db
@ -48,6 +48,7 @@ ConnectionManager::ConnectionManager(Internal::MainWindow *mainWindow, QTabWidge
|
||||
m_availableDevList(0),
|
||||
m_connectBtn(0),
|
||||
m_ioDev(NULL),
|
||||
polling(true),
|
||||
m_mainWindow(mainWindow)
|
||||
{
|
||||
QHBoxLayout *layout = new QHBoxLayout;
|
||||
|
Loading…
Reference in New Issue
Block a user