mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +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