mirror of
https://github.com/esphome/esphome.git
synced 2025-09-03 03:42:20 +01:00
increase delay for Ethernet module warm up (#3326)
This commit is contained in:
@@ -474,7 +474,7 @@ bool OTAComponent::should_enter_safe_mode(uint8_t num_attempts, uint32_t enable_
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Delay here to allow power to stabilise before Wi-Fi/Ethernet is initialised.
|
// Delay here to allow power to stabilise before Wi-Fi/Ethernet is initialised.
|
||||||
delay(100); // NOLINT
|
delay(300); // NOLINT
|
||||||
App.setup();
|
App.setup();
|
||||||
|
|
||||||
ESP_LOGI(TAG, "Waiting for OTA attempt.");
|
ESP_LOGI(TAG, "Waiting for OTA attempt.");
|
||||||
|
Reference in New Issue
Block a user