mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-25 16:36:18 +08:00

Changes: Changed component.mk to enable only mbedtls based compilation. Removed esp_err_to_name occurence. Updated README.md. Shifted OTA examples to examples/system/ota. Changed the sdkconfig.defaults for the example compilation.
9 lines
304 B
Plaintext
9 lines
304 B
Plaintext
# Default sdkconfig parameters to use the OTA
|
|
# partition table layout, with a 4MB flash size
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_TWO_OTA=y
|
|
CONFIG_NEWLIB_LIBRARY_LEVEL_NORMAL=y
|
|
CONFIG_SSL_USING_MBEDTLS=y
|
|
CONFIG_MBEDTLS_SSL_OUT_CONTENT_LEN=1024
|
|
CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN=16384
|