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