Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed May 21, 2024
1 parent 0d28003 commit fe88e97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ namespace esphome

if(ver[0] > 0)
{
this->rx_pin_.set_pin(gpio_num_t(22));
this->rx_pin_.set_pin(gpio_num_t(23));
this->rx_pin_->set_pin(gpio_num_t(22));
this->rx_pin_->set_pin(gpio_num_t(23));
}



this->rx_pin_->setup();
this->tx_pin_->setup();
Expand Down

0 comments on commit fe88e97

Please sign in to comment.