adjust
This commit is contained in:
parent
08b92b16c9
commit
d5b7fd25fd
|
@ -245,7 +245,7 @@ namespace ratgdo {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
ESP_LOGD(TAG, "Command: %d fixed=%" PRIx64 " data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
|
ESP_LOGD(TAG, "Command: %d rollingCodeCounter=%d", command, this->rollingCodeCounter);
|
||||||
|
|
||||||
fixed = fixed | id;
|
fixed = fixed | id;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue