From 7fac669b3f75c5ceaff86c302f71e2ee63eccd05 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 18:27:48 -0500 Subject: [PATCH] fix --- 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 cbaa929..7061cec 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -356,7 +356,7 @@ namespace ratgdo { msgStart = 0; byteCount = 0; - readRollingCode(doorState, lightState, lockState, motionState, obstructionState); + readRollingCode(this->store_.doorState, this->store_.lightState, this->store_.lockState, this->store_.motionState, this->store_.obstructionState); } } }