We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4487b8b commit c273841Copy full SHA for c273841
configs/defconfig.esp32s3
@@ -36,3 +36,11 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
36
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
37
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
38
# 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