Refactored a8 codes and added remote testing app a8_remote.

This commit is contained in:
Nffj84
2024-07-02 11:31:12 +03:00
parent c03d477c45
commit b39e58dbc1
499 changed files with 1209 additions and 463 deletions
+12
View File
@@ -0,0 +1,12 @@
#include <QObject>
#pragma once
class LocalControl : public QObject
{
Q_OBJECT
public:
LocalControl();
void run();
};