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;
|
||||
tConnState connState;
|
||||
QUEUE msgQueue;
|
||||
void* user_data;
|
||||
} MQTT_Client;
|
||||
|
||||
#define SEC_NONSSL 0
|
||||
|
|
Ładowanie…
Reference in New Issue