1
0
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:
James Cotton 2012-09-08 19:45:02 -05:00
parent 1aadcf4e70
commit 3f11c398db

View File

@ -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;