diff --git a/components/tc_bus/tc_bus.cpp b/components/tc_bus/tc_bus.cpp index 81c13fd..a501cd5 100644 --- a/components/tc_bus/tc_bus.cpp +++ b/components/tc_bus/tc_bus.cpp @@ -59,7 +59,7 @@ namespace esphome this->hardware_version_str_ = "Doorman-S3 " + std::to_string(ver[0]) + "." + std::to_string(ver[1]) + "." + std::to_string(ver[2]); // Override GPIO - if(ver[0] == 1 && (ver[1] == 3 || ver[1] == 4 || ver[1] == 5)) + if(ver[0] == 1 && (ver[1] == 3 || ver[1] == 4)) { esp32::ESP32InternalGPIOPin *gpio_pin_rx_; gpio_pin_rx_ = new(esp32::ESP32InternalGPIOPin);