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 3a6d0be commit 8f99810Copy full SHA for 8f99810
configs/defconfig.esp32c2
@@ -24,9 +24,9 @@ CONFIG_RTC_CLK_CAL_CYCLES=576
24
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
25
26
#
27
-# Disable PPP
+# PPP
28
29
-# CONFIG_LWIP_PPP_SUPPORT is not set
30
-# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT is not set
31
-# CONFIG_LWIP_PPP_PAP_SUPPORT is not set
32
-# 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