Skip to content

Commit f7513e7

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configs/defconfig.esp32c3

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CONFIG_FREERTOS_IDLE_TASK_STACKSIZE=2304
4646
#
4747
# PPP
4848
#
49-
CONFIG_LWIP_PPP_SUPPORT=y
50-
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
51-
CONFIG_LWIP_PPP_PAP_SUPPORT=y
52-
CONFIG_LWIP_PPP_ENABLE_IPV6=n
49+
# CONFIG_LWIP_PPP_SUPPORT=y
50+
# CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
51+
# CONFIG_LWIP_PPP_PAP_SUPPORT=y
52+
# CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)