This commit is contained in:
J. Nick Koston 2023-06-07 13:59:47 -05:00
parent 0d0ab4c386
commit eccbd7e581
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ namespace ratgdo {
void RATGDOComponent::toggleDoor()
{
transmit(Commands::DOOR1);
delay(40);
delay(65);
transmit(Commands::DOOR2);
this->pref_.save(&this->rollingCodeCounter);
}