implement single item resend
This commit is contained in:
@ -40,9 +40,9 @@ uint16_t Signal::getPacket()
|
||||
return data;
|
||||
}
|
||||
|
||||
void Signal::sendData()
|
||||
void Signal::sendData(bool single)
|
||||
{
|
||||
sendRaw(getPacket());
|
||||
sendRaw(getPacket(), single);
|
||||
}
|
||||
|
||||
uint8_t Signal::getType()
|
||||
|
Reference in New Issue
Block a user