From e1c5b5adb6e5da827977a39673789c842f9289cb Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 5 Jun 2023 21:48:04 -0500 Subject: [PATCH] log pins --- components/ratgdo/ratgdo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 4547628..98a8097 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -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;