can timeout

This commit is contained in:
Lubos Petrovic
2020-12-21 07:49:00 +01:00
parent 8e30ed99d8
commit cc54de8501
2 changed files with 14 additions and 2 deletions

View File

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