From 23e915b08529f534887d312d69e4a42f14b711e3 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 9 Jun 2023 15:43:36 -0500 Subject: [PATCH] fix --- components/ratgdo/ratgdo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/ratgdo/ratgdo.cpp b/components/ratgdo/ratgdo.cpp index 70e97f9..58b8544 100644 --- a/components/ratgdo/ratgdo.cpp +++ b/components/ratgdo/ratgdo.cpp @@ -71,8 +71,6 @@ namespace ratgdo { LOG_PIN(" Output GDO Pin: ", this->output_gdo_pin_); LOG_PIN(" Input GDO Pin: ", this->input_gdo_pin_); LOG_PIN(" Input Obstruction Pin: ", this->input_obst_pin_); - LOG_PIN(" Status Door Pin: ", this->status_door_pin_); - LOG_PIN(" Status Obstruction Pin: ", this->status_obst_pin_); ESP_LOGCONFIG(TAG, " Rolling Code Counter: %d", this->rollingCodeCounter); }