Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed May 21, 2024
1 parent 281c465 commit b75d730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tcs_intercom/tcs_intercom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ namespace esphome
{
ESP_LOGI(TAG, "PCB Version detected");

const gpio_num_t rx_pin = static_cast<gpio_num_t>(22);
/*const gpio_num_t rx_pin = static_cast<gpio_num_t>(22);
const gpio_num_t tx_pin = static_cast<gpio_num_t>(23);
this->rx_pin_ = rx_pin;
this->tx_pin_ = tx_pin;
this->tx_pin_ = tx_pin;*/
}
#endif

Expand Down

0 comments on commit b75d730

Please sign in to comment.