Update esphome/components/network/network_component.h

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Rodrigo Martín
2026-05-19 17:50:02 +02:00
committed by GitHub
parent 1332ebe729
commit 73b8491936

View File

@@ -7,6 +7,7 @@ namespace esphome::network {
class NetworkComponent : public Component {
public:
void setup() override;
// AFTER_BLUETOOTH: BLE controller must initialize before esp_netif_init per IDF guidance.
float get_setup_priority() const override { return setup_priority::AFTER_BLUETOOTH; }
};
} // namespace esphome::network