This commit is contained in:
Lubos Petrovic
2020-12-20 17:12:38 +01:00
parent 93e1c6fd90
commit ea6261f09e
6 changed files with 109 additions and 66 deletions

View File

@@ -18,6 +18,7 @@ class CommObd2Can : public CommInterface {
void disconnectDevice() override;
void scanDevices() override;
void mainLoop() override;
void executeCommand(String cmd) override;
//
/* void startBleScan();
bool connectToServer(BLEAddress pAddress);