This commit is contained in:
J. Nick Koston 2023-06-09 15:43:36 -05:00
parent 5bac2941be
commit 23e915b085
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}