mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
add Raw
This commit is contained in:
@ -18,7 +18,7 @@ namespace PacketTypes {
|
||||
IR_FOX::PackInfo* packInfo;
|
||||
uint16_t id;
|
||||
|
||||
virtual bool checkAddress();
|
||||
virtual bool checkAddress(){return true;};
|
||||
void set(IR_FOX::PackInfo* packInfo, uint16_t id) {
|
||||
this->packInfo = packInfo;
|
||||
this->id = id;
|
||||
|
Reference in New Issue
Block a user