kopia lustrzana https://github.com/martin-ger/esp_mqtt
add user_data to mqtt structure
rodzic
261a21db71
commit
e6e4e3d914
|
@ -103,6 +103,7 @@ typedef struct {
|
||||||
uint32_t sendTimeout;
|
uint32_t sendTimeout;
|
||||||
tConnState connState;
|
tConnState connState;
|
||||||
QUEUE msgQueue;
|
QUEUE msgQueue;
|
||||||
|
void* user_data;
|
||||||
} MQTT_Client;
|
} MQTT_Client;
|
||||||
|
|
||||||
#define SEC_NONSSL 0
|
#define SEC_NONSSL 0
|
||||||
|
|
Ładowanie…
Reference in New Issue