We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a5022 commit bbb2815Copy full SHA for bbb2815
configs/defconfig.esp32c6
@@ -15,7 +15,11 @@ CONFIG_OPENTHREAD_ENABLED=y
15
# Border Router disabled
16
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
17
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
18
+
19
+# DNS64 and NAT64 will be disabled for a while
20
+# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
21
CONFIG_OPENTHREAD_DNS64_CLIENT=y
22
23
# Radio for RPC
24
# CONFIG_OPENTHREAD_RADIO=y
25
# CONFIG_OPENTHREAD_RADIO_NATIVE=y
0 commit comments