This commit is contained in:
J. Nick Koston 2023-06-05 21:57:26 -05:00
parent c6d8af3dad
commit f086e18c41
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,8 @@ namespace ratgdo {
void RATGDOComponent::printRollingCode()
{
ESP_LOGD(TAG, "Send code: %x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x",
ESP_LOGD(TAG, "Counter: %d Send code: %x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x%x",
this->rollingCodeCounter,
this->txRollingCode[0] <= 0x0f ? 0 : this->txRollingCode[0],
this->txRollingCode[1] <= 0x0f ? 0 : this->txRollingCode[1],
this->txRollingCode[2] <= 0x0f ? 0 : this->txRollingCode[2],