mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
esp_modem: Add option to support for LCP keepalive
Closes https://github.com/espressif/esp-idf/issues/6562
This commit is contained in:
parent
d6f66465ff
commit
37b694559f
@ -54,6 +54,14 @@ menu "Example Configuration"
|
||||
Enter the peer phone number that you want to send message to.
|
||||
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"
|
||||
config EXAMPLE_MODEM_UART_TX_PIN
|
||||
int "TXD Pin Number"
|
||||
|
Loading…
x
Reference in New Issue
Block a user