ci: Enabled https_request example pytest with config esp32c2_rom_mbedtls

This commit is contained in:
Jiang Guang Ming
2024-12-23 15:51:22 +08:00
parent 172bebe4b3
commit 642ffec9ed
3 changed files with 100 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
CONFIG_IDF_TARGET="esp32c2"
CONFIG_XTAL_FREQ_26=y
CONFIG_EXAMPLE_CONNECT_WIFI=y
CONFIG_EXAMPLE_WIFI_SSID_PWD_FROM_STDIN=y
CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=y