[sx1509] Change setup priority from HARDWARE to IO (#12373)
Co-authored-by: Your Name <you@example.com>
This commit is contained in:
@@ -40,7 +40,7 @@ class SX1509Component : public Component,
|
||||
|
||||
void setup() override;
|
||||
void dump_config() override;
|
||||
float get_setup_priority() const override { return setup_priority::HARDWARE; }
|
||||
float get_setup_priority() const override { return setup_priority::IO; }
|
||||
void loop() override;
|
||||
|
||||
uint16_t read_key_data();
|
||||
|
||||
Reference in New Issue
Block a user