This commit is contained in:
J. Nick Koston 2023-06-07 16:09:24 -05:00
parent 2f9882102d
commit 08b92b16c9
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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;