1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 21:32:21 +01:00

Change XL9535 setup_priority to IO (#5246)

This commit is contained in:
MrEditor97
2023-08-14 20:14:08 +01:00
committed by Jesse Hills
parent 265e019381
commit 67b06a88b2

View File

@@ -26,7 +26,7 @@ class XL9535Component : public Component, public i2c::I2CDevice {
void setup() 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 {