mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 13:16:34 +00:00
Removed build folder.
This commit is contained in:
@@ -95,7 +95,7 @@ void RemoteControl::startCommunication()
|
||||
{"target_pixel_height", 10},
|
||||
{"target_real_width", 5},
|
||||
{"target_real_height", 2.5},
|
||||
{"something", input.c_str()},
|
||||
{"extra", input.c_str()},
|
||||
};
|
||||
|
||||
QJsonDocument commandDocument(commandObject);
|
||||
@@ -133,7 +133,7 @@ void RemoteControl::startCommunication()
|
||||
|
||||
// Sleep for a while
|
||||
QCoreApplication::processEvents();
|
||||
QTimer::singleShot();
|
||||
QThread::msleep(100);
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user