fix
This commit is contained in:
parent
505bad1ab0
commit
2ce8bcb0b2
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue