fix
This commit is contained in:
parent
c4b628456f
commit
799c1ee9c9
|
@ -445,7 +445,7 @@ void RATGDOComponent::closeDoor() {
|
||||||
getRollingCode("door2");
|
getRollingCode("door2");
|
||||||
transmit(this->rollingCode, CODE_LENGTH);
|
transmit(this->rollingCode, CODE_LENGTH);
|
||||||
|
|
||||||
writeCounterToFlash();
|
this->pref_.save(&this->rollingCodeCounter);
|
||||||
} else {
|
} else {
|
||||||
for (int i = 0; i < 4; i++) {
|
for (int i = 0; i < 4; i++) {
|
||||||
ESP_LOGD(TAG, "sync_code[%d]", i);
|
ESP_LOGD(TAG, "sync_code[%d]", i);
|
||||||
|
@ -462,7 +462,7 @@ void RATGDOComponent::toggleLight() {
|
||||||
if (this->useRollingCodes) {
|
if (this->useRollingCodes) {
|
||||||
getRollingCode("light");
|
getRollingCode("light");
|
||||||
transmit(this->rollingCode, CODE_LENGTH);
|
transmit(this->rollingCode, CODE_LENGTH);
|
||||||
writeCounterToFlash();
|
this->pref_.save(&this->rollingCodeCounter);
|
||||||
} else {
|
} else {
|
||||||
for (int i = 0; i < 4; i++) {
|
for (int i = 0; i < 4; i++) {
|
||||||
ESP_LOGD(TAG, "sync_code[%d]", i);
|
ESP_LOGD(TAG, "sync_code[%d]", i);
|
||||||
|
|
Loading…
Reference in New Issue