Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 70a58e7

Browse files
authoredDec 20, 2024··
Update defconfig.esp32h2 to disable OT DNS64
1 parent bbb2815 commit 70a58e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎configs/defconfig.esp32h2

+4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ CONFIG_OPENTHREAD_ENABLED=y
1111
# Border Router disabled
1212
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
1313
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
14+
15+
# DNS64 and NAT64 will be disabled for a while
16+
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
1417
CONFIG_OPENTHREAD_DNS64_CLIENT=y
18+
1519
# Radio for RPC
1620
# CONFIG_OPENTHREAD_RADIO=y
1721
# CONFIG_OPENTHREAD_RADIO_NATIVE=y

0 commit comments

Comments
 (0)
Please sign in to comment.