fix(esp_modem): Console example to use configurable flow-ctrl

This commit is contained in:
David Cermak
2022-09-20 08:18:53 +02:00
parent 7310a7a0bc
commit d9c9681094
2 changed files with 23 additions and 1 deletions

View File

@ -101,6 +101,20 @@ menu "Example Configuration"
help
Pin to unlock the SIM
choice EXAMPLE_FLOW_CONTROL
bool "Set preferred modem control flow"
default EXAMPLE_FLOW_CONTROL_NONE
help
Set the modem's preferred control flow
config EXAMPLE_FLOW_CONTROL_NONE
bool "No control flow"
config EXAMPLE_FLOW_CONTROL_SW
bool "SW control flow"
config EXAMPLE_FLOW_CONTROL_HW
bool "HW control flow"
endchoice
menu "UART Configuration"
config EXAMPLE_MODEM_UART_TX_PIN
int "TXD Pin Number"