mirror of
https://github.com/azaion/autopilot.git
synced 2026-04-23 06:06:33 +00:00
Refactored a8 codes and added remote testing app a8_remote.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <QByteArray>
|
||||
#include <QVariant>
|
||||
|
||||
class SerialResponse
|
||||
{
|
||||
public:
|
||||
static void printResponse(QByteArray response);
|
||||
static QHash<QString, QVariant> getResponceValues(QByteArray response);
|
||||
};
|
||||
Reference in New Issue
Block a user