From ff746a45bc2bde25982dd62888107ffc400af165 Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Wed, 16 Oct 2024 13:02:27 +0200 Subject: [PATCH] Use readCount to track number of read messages. --- include/datIf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/datIf.h b/include/datIf.h index c030f71..ede2918 100644 --- a/include/datIf.h +++ b/include/datIf.h @@ -169,6 +169,7 @@ class T_datif : public QObject uint8_t selectedSlaveAddr; bool waitForTestResponse = false; + uint32_t readCount = 0; private slots: char datif_cycleSend();