mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Update Manager.cpp
This commit is contained in:
parent
02505c6006
commit
833f504eaa
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user