mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
Move i2c scan to setup (#2869)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
This commit is contained in:
@@ -36,7 +36,6 @@ class IDFI2CBus : public I2CBus, public Component {
|
||||
|
||||
protected:
|
||||
i2c_port_t port_;
|
||||
bool scan_;
|
||||
uint8_t sda_pin_;
|
||||
bool sda_pullup_enabled_;
|
||||
uint8_t scl_pin_;
|
||||
|
||||
Reference in New Issue
Block a user