This commit is contained in:
J. Nick Koston 2023-06-05 20:37:29 -05:00
parent 5aef07d611
commit efdb070771
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -147,10 +147,10 @@ namespace ratgdo {
// ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str());
}
void RATGDOComponent::dump_config() {
void RATGDOComponent::dump_config()
{
ESP_LOGCONFIG(TAG, "Setting up RATGDO...");
sync();
}
void RATGDOComponent::readRollingCode(uint8_t& door, uint8_t& light, uint8_t& lock, uint8_t& motion, uint8_t& obstruction)