mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-10 18:06:29 +00:00
Bugfix for failing OTA example
example_test.py is added to test advanced_https_ota_example and native ota_example. Closes https://github.com/espressif/esp-idf/issues/4394
This commit is contained in:
4
examples/system/ota/advanced_https_ota/sdkconfig.ci
Normal file
4
examples/system/ota/advanced_https_ota/sdkconfig.ci
Normal file
@@ -0,0 +1,4 @@
|
||||
CONFIG_EXAMPLE_FIRMWARE_UPGRADE_URL="FROM_STDIN"
|
||||
CONFIG_EXAMPLE_SKIP_COMMON_NAME_CHECK=y
|
||||
CONFIG_EXAMPLE_SKIP_VERSION_CHECK=y
|
||||
CONFIG_EXAMPLE_OTA_RECV_TIMEOUT=300
|
||||
Reference in New Issue
Block a user