From c12ff359ecff40660e099c0ee5fae3525e0142a9 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 18:54:55 -0500 Subject: [PATCH] button --- components/ratgdo/ratgdo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 1187517..dfc0489 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -374,10 +374,10 @@ namespace ratgdo { { this->rollingCodeUpdatesEnabled_ = false; for (int i = 0; i <= MAX_CODES_WITHOUT_FLASH_WRITE; i++) { - transmit(Command.REBOOT1); + transmit(Command.REBOOT1); // get openings delay(65); } - transmit(Command.REBOOT2); + transmit(Command.REBOOT2); // get state delay(65); transmit(Command.REBOOT3); delay(65);