From 2b2cd252767204335659a1cb0aa26994b023930e Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Tue, 15 Oct 2024 10:08:49 +0200 Subject: [PATCH] Minor: add waitForTestResponse --- include/datIf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/datIf.h b/include/datIf.h index 566f068..c030f71 100644 --- a/include/datIf.h +++ b/include/datIf.h @@ -168,6 +168,8 @@ class T_datif : public QObject QTimer *datif_trigger; uint8_t selectedSlaveAddr; + bool waitForTestResponse = false; + private slots: char datif_cycleSend(); void StoredRecData();