mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:02:40 +00:00
Update esphome/components/network/network_component.h
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user