[sx1509] Change setup priority from HARDWARE to IO (#12373)

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
Mirko Vogt
2025-12-09 04:50:07 +01:00
committed by GitHub
parent 3eaa9f164b
commit fcae13836c

View File

@@ -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();