mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-18 13:02:21 +02:00
fix(eppp): Fixed to select PPP LWIP opts which are OFF by default
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
menu "eppp_link"
|
menu "eppp_link"
|
||||||
|
|
||||||
|
config EPPP_LINK_USES_LWIP
|
||||||
|
bool
|
||||||
|
default "y"
|
||||||
|
select LWIP_PPP_SUPPORT
|
||||||
|
select LWIP_PPP_SERVER_SUPPORT
|
||||||
|
|
||||||
choice EPPP_LINK_DEVICE
|
choice EPPP_LINK_DEVICE
|
||||||
prompt "Choose PPP device"
|
prompt "Choose PPP device"
|
||||||
default EPPP_LINK_DEVICE_UART
|
default EPPP_LINK_DEVICE_UART
|
||||||
|
Reference in New Issue
Block a user