light
This commit is contained in:
parent
a2c7b52da2
commit
dc6f3f503e
|
@ -134,6 +134,8 @@ namespace ratgdo {
|
||||||
this->input_obst_pin_->attach_interrupt(RATGDOStore::isrObstruction, &this->store_, gpio::INTERRUPT_ANY_EDGE);
|
this->input_obst_pin_->attach_interrupt(RATGDOStore::isrObstruction, &this->store_, gpio::INTERRUPT_ANY_EDGE);
|
||||||
|
|
||||||
ESP_LOGD(TAG, "Syncing rolling code counter after reboot...");
|
ESP_LOGD(TAG, "Syncing rolling code counter after reboot...");
|
||||||
|
delay(60); //
|
||||||
|
|
||||||
sync(); // reboot/sync to the opener on startup
|
sync(); // reboot/sync to the opener on startup
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue