mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
47c722d674
* Fix some lwip api bugs * Added PPP_SUPPORT parameter to lwip Kconfig * Added example pppos_client Merges #272 https://github.com/espressif/esp-idf/pull/272
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 |