mirror of
https://github.com/ratgdo/esphome-ratgdo.git
synced 2025-02-09 01:04:30 +00:00
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…
x
Reference in New Issue
Block a user