mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 12:26:33 +00:00
Changed FIFO pipes to UDP.
This commit is contained in:
@@ -34,10 +34,8 @@ int main(int argc, char *argv[])
|
||||
// Remote mode will read commands from pipe
|
||||
if (useRemoteMode == true) {
|
||||
RemoteControl remoteControl;
|
||||
remoteControl.run();
|
||||
} else {
|
||||
LocalControl localControl;
|
||||
localControl.run();
|
||||
}
|
||||
|
||||
return app.exec();
|
||||
|
||||
Reference in New Issue
Block a user