mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-23 07:17:29 +02:00
feat(modem): Support custom transport in AT TCP client example
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
menu "Example Configuration"
|
||||
|
||||
config EXAMPLE_CUSTOM_TCP_TRANSPORT
|
||||
bool "Custom TCP transport"
|
||||
help
|
||||
Use custom TCP transport to connect to MQTT broker
|
||||
|
||||
choice EXAMPLE_MODEM_DEVICE
|
||||
prompt "Choose supported modem device (DCE)"
|
||||
default EXAMPLE_MODEM_DEVICE_BG96
|
||||
|
Reference in New Issue
Block a user