This commit is contained in:
J. Nick Koston 2023-06-07 16:10:33 -05:00
parent 08b92b16c9
commit d5b7fd25fd
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=%" PRIx64 " data=%d rollingCodeCounter=%d", command, fixed, data, this->rollingCodeCounter);
ESP_LOGD(TAG, "Command: %d rollingCodeCounter=%d", command, this->rollingCodeCounter);
fixed = fixed | id;