From d0bafa7d02c6b8578aa9ca40ea9c888d07797611 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:41:48 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 8ee534b..07adad4 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -405,9 +405,6 @@ namespace ratgdo { void RATGDOComponent::sync() { - if (!this->useRollingCodes_) - return; - getRollingCode("reboot1"); transmit(this->txRollingCode); delay(65);