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

View File

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