This commit is contained in:
J. Nick Koston 2023-06-05 20:33:49 -05:00
parent c1f03d5d02
commit 56ff308503
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ namespace ratgdo {
void RATGDOComponent::gdoStateLoop()
{
if (!this->available()) {
// ESP_LOGD(TAG, "No data available input:%d output:%d", this->input_gdo_pin_->get_pin(), this->output_gdo_pin_->get_pin());
ESP_LOGD(TAG, "No data available input:%d output:%d", this->input_gdo_pin_->get_pin(), this->output_gdo_pin_->get_pin());
return;
}
uint8_t serData;