Skip to content

Commit 8f99810

Browse files
authored
Update defconfig.esp32c2
1 parent 3a6d0be commit 8f99810

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configs/defconfig.esp32c2

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ CONFIG_RTC_CLK_CAL_CYCLES=576
2424
CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
2525

2626
#
27-
# Disable PPP
27+
# PPP
2828
#
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
29+
CONFIG_LWIP_PPP_SUPPORT=y
30+
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
31+
CONFIG_LWIP_PPP_PAP_SUPPORT=y
32+
CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)