mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-24 07:47:30 +02:00
esp_modem: Refactor the modem to a standalone managed component
This commit is contained in:
7
esp_modem/examples/pppos_client/sdkconfig.defaults
Normal file
7
esp_modem/examples/pppos_client/sdkconfig.defaults
Normal file
@ -0,0 +1,7 @@
|
||||
# Override some defaults to enable PPP
|
||||
CONFIG_LWIP_PPP_SUPPORT=y
|
||||
CONFIG_LWIP_PPP_NOTIFY_PHASE_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
|
Reference in New Issue
Block a user