mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-22 22:36:34 +00:00
Refactored a8 codes and added remote testing app a8_remote.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#include <QObject>
|
||||
|
||||
#pragma once
|
||||
|
||||
class LocalControl : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
LocalControl();
|
||||
void run();
|
||||
};
|
||||
Reference in New Issue
Block a user