mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-10-30 10:32:35 +00:00
raw fix
This commit is contained in:
@ -23,7 +23,7 @@ namespace PacketTypes {
|
||||
this->packInfo = packInfo;
|
||||
this->id = id;
|
||||
|
||||
if (isAvailable = checkAddress()) {
|
||||
if (checkAddress()) {
|
||||
isAvailable = true;
|
||||
isRawAvailable = true;
|
||||
#ifdef IRDEBUG_INFO
|
||||
|
||||
Reference in New Issue
Block a user