Search found 1 match

by paleeee
Mon Jul 04, 2022 6:05 pm
Forum: ESP-IDF
Topic: ESP_MQTT saving data from topic
Replies: 1
Views: 1331

ESP_MQTT saving data from topic

Hello! I'm very new to ESP-IDF and C programming in general. I'm currently studying the example on Github about MQTT over TCP (https://github.com/espressif/esp-idf/tree/c2ccc383da/examples/protocols/mqtt/tcp). If I understand correctly the data I sent or received is available in event->data. How can...