mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
tweak
This commit is contained in:
parent
ffb12e5098
commit
7822adf6d3
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user