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
No EOL
140 B
Text
5 lines
No EOL
140 B
Text
# 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 |