finish single item resend

This commit is contained in:
uvos 2022-03-15 22:40:37 +01:00
parent cf7e3f8e6b
commit 50d233fdf7

View File

@ -27,6 +27,6 @@ public:
uint8_t getState();
uint8_t getSubaddress();
uint16_t getPacket();
void sendData();
void sendData(bool single = false);
uint8_t getType();
};