From 9db76d9ee4c94e6dcf3217b1eb61ae44c2fab617 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 16:34:10 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 3c2087f..1d32be4 100644 --- a/components/ratgdo/ratgdo.h +++ b/components/ratgdo/ratgdo.h @@ -101,7 +101,7 @@ namespace ratgdo { * *****************************************/ unsigned int rollingCodeCounter; SoftwareSerial swSerial; - unsigned uint8_t* rollingCode[CODE_LENGTH]; + unsigned uint8_t rollingCode[CODE_LENGTH]; String doorState = "unknown"; // will be // [online|offline|opening|open|closing|closed|obstructed|clear|reed_open|reed_closed]