This commit is contained in:
J. Nick Koston 2023-06-05 13:53:10 -05:00
parent f4a76357e9
commit 0eb1d11cfb
No known key found for this signature in database
1 changed files with 0 additions and 9 deletions

View File

@ -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