This commit is contained in:
J. Nick Koston 2023-06-05 21:48:04 -05:00
parent 34a2cc5c92
commit e1c5b5adb6
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ namespace ratgdo {
void RATGDOComponent::loop()
{
ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter);
//ESP_LOGD(TAG, "loop rollingCodeCounter: %d", this->rollingCodeCounter);
obstructionLoop();
gdoStateLoop();
dryContactLoop();
@ -317,7 +317,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;