mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-17 12:32:14 +02:00
9 lines
256 B
Plaintext
9 lines
256 B
Plaintext
![]() |
# Override some defaults to enable PPP
|
||
|
CONFIG_LWIP_PPP_SUPPORT=y
|
||
|
CONFIG_LWIP_PPP_PAP_SUPPORT=y
|
||
|
CONFIG_LWIP_TCPIP_TASK_STACK_SIZE=4096
|
||
|
# Do not enable IPV6 in dte<->dce link local
|
||
|
CONFIG_LWIP_PPP_ENABLE_IPV6=n
|
||
|
# Disable legacy API
|
||
|
CONFIG_MODEM_LEGACY_API=n
|