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

@@ -11,7 +11,7 @@ class CommInterface {
LiveData* liveData;
BoardInterface* board;
char ch;
String line;
String response;
public:
void initComm(LiveData* pLiveData, BoardInterface* pBoard);
virtual void connectDevice() = 0;