ports/esp32/boards/sdkconfig.base: bugfix

Attempt to fix 'gen_crt_bundle.py: Invalid certificate in /home/runner/work/lv_micropython/lv_micropython/esp-idf/components/mbedtls/esp_crt_bundle/cacrt_all.pem' error on build_idf43 test. This happens since the certificate expired.

This fix is based on the suggested workaround https://github.com/espressif/esp-idf/issues/7621#issuecomment-931295283
This commit is contained in:
Amir Gonnen 2021-10-02 18:41:13 +03:00
parent 1765a0909b
commit 554440f66a

View File

@ -48,6 +48,8 @@ CONFIG_LWIP_PPP_CHAP_SUPPORT=y
# SSL
# Use 4kiB output buffer instead of default 16kiB (because IDF heap is fragmented in 4.0)
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE=n
CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n
# ULP coprocessor support
CONFIG_ESP32_ULP_COPROC_ENABLED=y