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 8f99810 commit 19e18b9Copy full SHA for 19e18b9
configs/defconfig.esp32c3
@@ -46,7 +46,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
46
#
47
# PPP
48
49
-# CONFIG_LWIP_PPP_SUPPORT is not set
50
-# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT is not set
51
-# CONFIG_LWIP_PPP_PAP_SUPPORT is not set
52
-# 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