Skip to content

Commit 4487b8b

Browse files
authored
PPP modem support
1 parent 58e91af commit 4487b8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/defconfig.esp32s2

+8
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
1818
# CONFIG_VFS_SUPPORT_SELECT is not set
1919
# CONFIG_VFS_SUPPRESS_SELECT_DEBUG_OUTPUT is not set
2020
# CONFIG_VFS_SUPPORT_TERMIOS is not set
21+
22+
#
23+
# PPP
24+
#
25+
CONFIG_LWIP_PPP_SUPPORT=y
26+
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
27+
CONFIG_LWIP_PPP_PAP_SUPPORT=y
28+
CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)