fix
This commit is contained in:
parent
d9e12ff935
commit
04c9b8d4ad
|
@ -75,7 +75,7 @@ namespace ratgdo {
|
||||||
/********************************** GLOBAL VARS
|
/********************************** GLOBAL VARS
|
||||||
* *****************************************/
|
* *****************************************/
|
||||||
unsigned int rollingCodeCounter;
|
unsigned int rollingCodeCounter;
|
||||||
SoftwareSerial swSerial;
|
EspSoftwareSerial::UART swSerial;
|
||||||
uint8_t txRollingCode[CODE_LENGTH];
|
uint8_t txRollingCode[CODE_LENGTH];
|
||||||
uint8_t rxRollingCode[CODE_LENGTH];
|
uint8_t rxRollingCode[CODE_LENGTH];
|
||||||
String doorStates[6] = { "unknown", "open", "closed", "stopped", "opening", "closing" };
|
String doorStates[6] = { "unknown", "open", "closed", "stopped", "opening", "closing" };
|
||||||
|
|
Loading…
Reference in New Issue