mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-31 19:25:14 +02:00
feat: Add custom transport configuration
Today there is no way to add a new transport without applying modifications to the transport list. This impose limitations on the client usage. Adding the custom configuration we enable user defined transports.
This commit is contained in:
committed by
Rocha Euripedes
parent
ffd7d4df6c
commit
a5c1b441dc
@@ -91,6 +91,7 @@ typedef struct {
|
||||
bool use_secure_element;
|
||||
void *ds_data;
|
||||
int message_retransmit_timeout;
|
||||
esp_transport_handle_t transport;
|
||||
} mqtt_config_storage_t;
|
||||
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user