log pins
This commit is contained in:
parent
c6d8af3dad
commit
f086e18c41
|
@ -249,7 +249,8 @@ namespace ratgdo {
|
||||||
|
|
||||||
void RATGDOComponent::printRollingCode()
|
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[0] <= 0x0f ? 0 : this->txRollingCode[0],
|
||||||
this->txRollingCode[1] <= 0x0f ? 0 : this->txRollingCode[1],
|
this->txRollingCode[1] <= 0x0f ? 0 : this->txRollingCode[1],
|
||||||
this->txRollingCode[2] <= 0x0f ? 0 : this->txRollingCode[2],
|
this->txRollingCode[2] <= 0x0f ? 0 : this->txRollingCode[2],
|
||||||
|
|
Loading…
Reference in New Issue