From 50d233fdf7fe368336946593c323b514e725532d Mon Sep 17 00:00:00 2001 From: uvos Date: Tue, 15 Mar 2022 22:40:37 +0100 Subject: [PATCH] finish single item resend --- signal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal.h b/signal.h index 58bebb9..628b05a 100644 --- a/signal.h +++ b/signal.h @@ -27,6 +27,6 @@ public: uint8_t getState(); uint8_t getSubaddress(); uint16_t getPacket(); - void sendData(); + void sendData(bool single = false); uint8_t getType(); };