mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 22:24:26 +00:00
increase to 30s
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace esphome {
|
||||
|
||||
static constexpr uint16_t OTA_SOCKET_TIMEOUT_DATA = 2500; // milliseconds for data transfer
|
||||
static constexpr uint16_t OTA_SOCKET_TIMEOUT_DATA = 30000; // milliseconds for data transfer
|
||||
|
||||
/// ESPHomeOTAComponent provides a simple way to integrate Over-the-Air updates into your app using ArduinoOTA.
|
||||
class ESPHomeOTAComponent : public ota::OTAComponent {
|
||||
|
||||
Reference in New Issue
Block a user