Skip to content

Commit 1474314

Browse files
authored
Enable OpenThread DNS64
1 parent a049e1a commit 1474314

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

configs/defconfig.esp32h2

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,11 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
88
# OpenThread
99
#
1010
CONFIG_OPENTHREAD_ENABLED=y
11+
CONFIG_OPENTHREAD_DNS64_CLIENT=y
1112
# Border Router disabled
1213
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
1314
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
1415

15-
# DNS64 and NAT64 will be disabled for a while
16-
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
17-
# CONFIG_OPENTHREAD_DNS64_CLIENT=y
18-
1916
# Radio for RPC
2017
# CONFIG_OPENTHREAD_RADIO=y
2118
# CONFIG_OPENTHREAD_RADIO_NATIVE=y

0 commit comments

Comments
 (0)