This commit is contained in:
Lubos Petrovic
2020-12-20 16:22:32 +01:00
parent d1b0422c5e
commit 7657a724b6
5 changed files with 34 additions and 48 deletions

View File

@@ -18,5 +18,5 @@ class CommObd2Ble4 : public CommInterface {
bool connectToServer(BLEAddress pAddress);
bool doNextAtCommand();
bool parseRow();
bool parseRowMerged();
//
};