mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 12:16:34 +00:00
Fixes for A8 remote control. Added logging messages
This commit is contained in:
@@ -33,9 +33,12 @@ int main(int argc, char *argv[])
|
||||
|
||||
// Remote mode will read commands from pipe
|
||||
if (useRemoteMode == true) {
|
||||
RemoteControl remoteControl;
|
||||
} else {
|
||||
LocalControl localControl;
|
||||
qDebug() << "Creating new RemoteControl object";
|
||||
new RemoteControl();
|
||||
}
|
||||
else {
|
||||
qDebug() << "Creating new LocalControl object";
|
||||
new LocalControl();
|
||||
}
|
||||
|
||||
return app.exec();
|
||||
|
||||
Reference in New Issue
Block a user