This commit is contained in:
J. Nick Koston 2023-06-05 16:34:38 -05:00
parent 9db76d9ee4
commit 48a327e299
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ namespace ratgdo {
* *****************************************/ * *****************************************/
unsigned int rollingCodeCounter; unsigned int rollingCodeCounter;
SoftwareSerial swSerial; SoftwareSerial swSerial;
unsigned uint8_t rollingCode[CODE_LENGTH]; uint8_t rollingCode[CODE_LENGTH];
String doorState = "unknown"; // will be String doorState = "unknown"; // will be
// [online|offline|opening|open|closing|closed|obstructed|clear|reed_open|reed_closed] // [online|offline|opening|open|closing|closed|obstructed|clear|reed_open|reed_closed]