mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:26:35 +00:00
Changed FIFO pipes to UDP.
This commit is contained in:
@@ -5,11 +5,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
RemoteControl remoteControl;
|
||||
#ifdef FIFO_TEST
|
||||
remoteControl.startTest();
|
||||
#else
|
||||
remoteControl.sendData(200, 200, 400, 400);
|
||||
#endif
|
||||
RemoteControl::sendData(200, 200, 400, 400);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user