Skip to content

Commit c273841

Browse files
authored
PPP modem support
1 parent 4487b8b commit c273841

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

configs/defconfig.esp32s3

+8
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
3636
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
3737
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
3838
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
39+
40+
#
41+
# PPP
42+
#
43+
CONFIG_LWIP_PPP_SUPPORT=y
44+
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
45+
CONFIG_LWIP_PPP_PAP_SUPPORT=y
46+
CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)