This commit is contained in:
J. Nick Koston 2023-06-07 17:59:14 -05:00
parent ffb12e5098
commit 7822adf6d3
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ namespace ratgdo {
this->rollingCodeCounter = (this->rollingCodeCounter + 1) & 0xfffffff;
for (auto* child : this->children_) {
child->on_rolling_code_change(this->rollingCodeCounter);
}
}
}
void RATGDOComponent::printRollingCode()