From 0d0ab4c386b53707832440623dfc5b855e9c938a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 13:58:15 -0500 Subject: [PATCH] light --- components/ratgdo/ratgdo.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 90d76a0..9a21e49 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -257,6 +257,7 @@ namespace ratgdo { printRollingCode(); if (command != Commands::DOOR1) { // door2 is created with same counter and should always be called after door1 + ESP_LOGD(TAG, "Incrementing rolling code counter"); this->rollingCodeCounter = (this->rollingCodeCounter + 1) & 0xfffffff; } return;