This commit is contained in:
J. Nick Koston 2023-06-05 19:25:11 -05:00
parent 0d70f4062c
commit 56dd0f938e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ namespace ratgdo {
void RATGDOComponent::loop() void RATGDOComponent::loop()
{ {
ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter) ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter);
obstructionLoop(); obstructionLoop();
gdoStateLoop(); gdoStateLoop();
dryContactLoop(); dryContactLoop();