mirror of
https://github.com/espressif/esp-idf
synced 2025-04-04 22:00:10 -04:00
- Base class with separated event handlers for each Mqtt client event. - Topic matcher added to support data events. - Filter class to allow only mqtt valid topic filters. - Initial code for unit test on the host.
10 lines
188 B
Plaintext
10 lines
188 B
Plaintext
menu "Example Configuration"
|
|
|
|
config BROKER_URL
|
|
string "Broker URL"
|
|
default "mqtt://mqtt.eclipse.org"
|
|
help
|
|
URL of the broker to connect to
|
|
|
|
endmenu
|