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 19e18b9 commit 903a123Copy full SHA for 903a123
configs/defconfig.esp32c6
@@ -56,7 +56,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
56
#
57
# PPP
58
59
-# CONFIG_LWIP_PPP_SUPPORT is not set
60
-# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT is not set
61
-# CONFIG_LWIP_PPP_PAP_SUPPORT is not set
62
-# CONFIG_LWIP_PPP_ENABLE_IPV6 is not set
+CONFIG_LWIP_PPP_SUPPORT=y
+CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
+CONFIG_LWIP_PPP_PAP_SUPPORT=y
+CONFIG_LWIP_PPP_ENABLE_IPV6=n
0 commit comments