Skip to content

Commit

Permalink
extra pin config
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 7, 2023
1 parent fa557dd commit 6bb7ccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/BalboaGL/ESPBalboaGL.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class BalboaGL : public PollingComponent, public climate::Climate {
//ESP8266 or UART0 on ESP32
void check_logger_conflict_();

int rx_pin;
int tx_pin;
int rx_pin = -1;
int tx_pin = -1;

private:
// Retrieve the HardwareSerial pointer from friend and subclasses.
Expand Down

0 comments on commit 6bb7ccb

Please sign in to comment.