fix
This commit is contained in:
parent
348a995d9d
commit
92f6c2cd70
|
@ -530,7 +530,7 @@ void RATGDOComponent::getRollingCode(const char *command, int rollingCodeCounter
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
void printRollingCode(){
|
void RATGDOComponent::printRollingCode(){
|
||||||
for(int i = 0; i < CODE_LENGTH; i++){
|
for(int i = 0; i < CODE_LENGTH; i++){
|
||||||
if(this->rollingCode[i] <= 0x0f) ESP_LOGD(TAG, "0");
|
if(this->rollingCode[i] <= 0x0f) ESP_LOGD(TAG, "0");
|
||||||
ESP_LOGD(TAG, "%x", this->rollingCode[i]);
|
ESP_LOGD(TAG, "%x", this->rollingCode[i]);
|
||||||
|
|
Loading…
Reference in New Issue