This commit is contained in:
J. Nick Koston 2023-06-05 13:47:27 -05:00
parent 348a995d9d
commit 92f6c2cd70
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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]);