diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 2f25fdc..19b6355 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -530,7 +530,7 @@ void RATGDOComponent::getRollingCode(const char *command, int rollingCodeCounter return; } -void printRollingCode(){ +void RATGDOComponent::printRollingCode(){ for(int i = 0; i < CODE_LENGTH; i++){ if(this->rollingCode[i] <= 0x0f) ESP_LOGD(TAG, "0"); ESP_LOGD(TAG, "%x", this->rollingCode[i]);