increase delay for Ethernet module warm up (#3326)

This commit is contained in:
H. Árkosi Róbert 2022-03-24 02:28:21 +01:00 committed by GitHub
parent 58b70b42dd
commit 2034ab4f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(100); // NOLINT
delay(300); // NOLINT
App.setup();
ESP_LOGI(TAG, "Waiting for OTA attempt.");