Skip to content

Commit b58b75b

Browse files
authored
Disable PPP modem support
1 parent f6ffeca commit b58b75b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/defconfig.esp32c2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
2626
#
2727
# PPP
2828
#
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
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)