diff --git a/components/ratgdo/ratgdo.h b/components/ratgdo/ratgdo.h index 1d32be4..a4ff83a 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]; + uint8_t rollingCode[CODE_LENGTH]; String doorState = "unknown"; // will be // [online|offline|opening|open|closing|closed|obstructed|clear|reed_open|reed_closed]