esp_modem: Add option to support for LCP keepalive

Closes https://github.com/espressif/esp-idf/issues/6562
This commit is contained in:
David Cermak
2021-03-23 19:39:37 +01:00
committed by bot
parent d6f66465ff
commit 37b694559f

View File

@@ -54,6 +54,14 @@ menu "Example Configuration"
Enter the peer phone number that you want to send message to. Enter the peer phone number that you want to send message to.
endif endif
config EXAMPLE_LCP_ECHO
bool "Enable LCP ECHO"
default n
select LWIP_ENABLE_LCP_ECHO
help
Enable this option to make use of LCP keepalive using
LCP_ECHO_INTERVAL and LCP_MAXECHOFAILS to default values
menu "UART Configuration" menu "UART Configuration"
config EXAMPLE_MODEM_UART_TX_PIN config EXAMPLE_MODEM_UART_TX_PIN
int "TXD Pin Number" int "TXD Pin Number"