tweak
This commit is contained in:
parent
ffb12e5098
commit
7822adf6d3
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue