Skip to content

Commit e795434

Browse files
committed
ESP32: Update to IDF 4.4.1
1 parent 2ce79d8 commit e795434

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,14 @@ conds:
1616
includes:
1717
- include
1818
build_vars:
19+
CONFIG_MBEDTLS_CMAC_C: y
20+
CONFIG_MBEDTLS_DES_C: n
21+
CONFIG_MBEDTLS_NIST_KW_C: y
22+
CONFIG_MBEDTLS_RC4_DISABLED: y
1923
ESP_IDF_SDKCONFIG_OPTS: >
2024
${build_vars.ESP_IDF_SDKCONFIG_OPTS}
25+
CONFIG_LWIP_DHCP_DISABLE_VENDOR_CLASS_ID=n
26+
CONFIG_LWIP_DHCP_GET_NTP_SRV=y
2127
CONFIG_LWIP_TCP_MSL=5000
2228
conds:
2329
- when: build_vars.MGOS_LWIP_ENABLE_IPV4_NAT == "1"

0 commit comments

Comments
 (0)