light
This commit is contained in:
parent
0d0ab4c386
commit
eccbd7e581
|
@ -541,7 +541,7 @@ namespace ratgdo {
|
||||||
void RATGDOComponent::toggleDoor()
|
void RATGDOComponent::toggleDoor()
|
||||||
{
|
{
|
||||||
transmit(Commands::DOOR1);
|
transmit(Commands::DOOR1);
|
||||||
delay(40);
|
delay(65);
|
||||||
transmit(Commands::DOOR2);
|
transmit(Commands::DOOR2);
|
||||||
this->pref_.save(&this->rollingCodeCounter);
|
this->pref_.save(&this->rollingCodeCounter);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue