feat(modem): Add support for multiple connection in AT based example

This commit is contained in:
David Cermak
2025-07-07 17:12:29 +02:00
parent 3bfa00389d
commit 2826287d43
10 changed files with 412 additions and 152 deletions

View File

@@ -44,6 +44,18 @@ menu "Example Configuration"
help
Set APN (Access Point Name), a logical name to choose data network
config EXAMPLE_USE_TLS
bool "Use TLS for MQTT broker"
default n
help
Enable TLS for connection to the MQTT broker.
config EXAMPLE_BROKER_HOST
string "MQTT broker host"
default "test.mosquitto.org"
help
Hostname or IP address of the MQTT broker.
menu "UART Configuration"
config EXAMPLE_MODEM_UART_TX_PIN
int "TXD Pin Number"