Skip to content

Commit b7c32dd

Browse files
authored
PPP modem support
1 parent 988c1b7 commit b7c32dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/defconfig.esp32

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ CONFIG_TWAI_ERRATA_FIX_TX_INTR_LOST=y
4444
CONFIG_TWAI_ERRATA_FIX_RX_FRAME_INVALID=y
4545
CONFIG_TWAI_ERRATA_FIX_RX_FIFO_CORRUPT=y
4646
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
47+
48+
#
49+
# PPP
50+
#
51+
CONFIG_LWIP_PPP_SUPPORT=y
52+
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
53+
CONFIG_LWIP_PPP_PAP_SUPPORT=y
54+
CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)