fix
This commit is contained in:
parent
f4a76357e9
commit
0eb1d11cfb
|
@ -335,15 +335,6 @@ void RATGDOComponent::obstructionCleared() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void RATGDOComponent::sendDoorStatus() {
|
|
||||||
ESP_LOGD(TAG, "Door state %s", this->doorState);
|
|
||||||
}
|
|
||||||
|
|
||||||
void RATGDOComponent::sendCurrentCounter() {
|
|
||||||
String msg = String(this->rollingCodeCounter);
|
|
||||||
ESP_LOGD(TAG, "Current counter %d", this->rollingCodeCounter);
|
|
||||||
}
|
|
||||||
|
|
||||||
/************************* DOOR COMMUNICATION *************************/
|
/************************* DOOR COMMUNICATION *************************/
|
||||||
/*
|
/*
|
||||||
* Transmit a message to the door opener over uart1
|
* Transmit a message to the door opener over uart1
|
||||||
|
|
Loading…
Reference in New Issue