This commit is contained in:
J. Nick Koston 2023-06-05 17:08:12 -05:00
parent 35463aad4b
commit 01369af22f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ namespace ratgdo {
obstructionLoop(); obstructionLoop();
doorStateLoop(); doorStateLoop();
dryContactLoop(); dryContactLoop();
ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str()); //ESP_LOGD(TAG, "Door State: %s", this->doorState.c_str());
} }
void RATGDOComponent::getRollingCode(const char* command) void RATGDOComponent::getRollingCode(const char* command)