mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 11:26:35 +00:00
Refactored a8 codes and added remote testing app a8_remote.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#include <QCoreApplication>
|
||||
#include "remoteControl.hpp"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
QCoreApplication a(argc, argv);
|
||||
|
||||
RemoteControl remoteControl;
|
||||
remoteControl.createNamedPipe();
|
||||
remoteControl.startCommunication();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user