Update Manager.cpp

This commit is contained in:
Alex Spataru 2024-11-14 09:48:02 -05:00
parent 02505c6006
commit 833f504eaa

View File

@ -93,8 +93,7 @@ IO::Manager::Manager()
});
// Start the worker thread
m_workerThread.start();
m_workerThread.setPriority(QThread::TimeCriticalPriority);
m_workerThread.start(QThread::TimeCriticalPriority);
// Set default data interface to serial port
setBusType(SerialStudio::BusType::Serial);