Removed build folder.

This commit is contained in:
Nffj84
2024-07-02 13:31:56 +03:00
parent b39e58dbc1
commit 16bb7b2929
476 changed files with 65 additions and 107 deletions
+2 -2
View File
@@ -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;