From eccbd7e581c255bea75aae5a024384d4b65efac8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 13:59:47 -0500 Subject: [PATCH] light --- components/ratgdo/ratgdo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 9a21e49..39bd8ef 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -541,7 +541,7 @@ namespace ratgdo { void RATGDOComponent::toggleDoor() { transmit(Commands::DOOR1); - delay(40); + delay(65); transmit(Commands::DOOR2); this->pref_.save(&this->rollingCodeCounter); }