fix Accept

This commit is contained in:
2024-02-21 17:08:53 +03:00
parent 37f49e0d82
commit 686f2a7ffe
2 changed files with 8 additions and 8 deletions

View File

@ -45,7 +45,7 @@ public:
void IR_Encoder::setBlindDecoders(IR_Decoder* decoders [], uint8_t count);
void rawSend(uint8_t* ptr, uint8_t len);
void sendData(uint16_t addrTo, uint8_t* data, uint8_t len, bool needAccept = false);
void sendACK(uint16_t addrTo, uint8_t addInfo = 0, bool forAll = false);
void sendAccept(uint16_t addrTo, uint8_t addInfo = 0, bool forAll = false);
void sendRequest(uint16_t addrTo, uint8_t addInfo = 0);
void sendBack(uint8_t* data = nullptr, uint8_t len = 0);
void sendBackTo(uint16_t addrTo, uint8_t* data = nullptr, uint8_t len = 0);