mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-06 10:01:46 +01:00
5 lines
140 B
Plaintext
5 lines
140 B
Plaintext
|
|
# Override some defaults to enable PPP
|
||
|
|
CONFIG_PPP_SUPPORT=y
|
||
|
|
CONFIG_PPP_PAP_SUPPORT=y
|
||
|
|
CONFIG_PPP_DEBUG_ON=y
|
||
|
|
CONFIG_TCPIP_TASK_STACK_SIZE=4096
|