Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Oct 14, 2024
1 parent 87b88ba commit 46a8d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/tc_bus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46a8d9f

Please sign in to comment.