mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
Change XL9535 setup_priority
to IO (#5246)
This commit is contained in:
parent
265e019381
commit
67b06a88b2
@ -26,7 +26,7 @@ class XL9535Component : public Component, public i2c::I2CDevice {
|
|||||||
|
|
||||||
void setup() override;
|
void setup() override;
|
||||||
void dump_config() override;
|
void dump_config() override;
|
||||||
float get_setup_priority() const override { return setup_priority::DATA; }
|
float get_setup_priority() const override { return setup_priority::IO; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class XL9535GPIOPin : public GPIOPin {
|
class XL9535GPIOPin : public GPIOPin {
|
||||||
|
Loading…
Reference in New Issue
Block a user