GoogleCloudPlatform / iot-device-sdk-embedded-c

Cloud IoT Device SDK for Connectivity to IoT Core.
Other
246 stars 81 forks source link

Can't find iotc_mqtt_message.h #136

Open matteocordray opened 2 years ago

matteocordray commented 2 years ago

I've been trying to build for the ESP32-C3 and after going down a rabbit hole I haven't been able to find this file anywhere, yet it is a header file included in multiple files. Does anyone know how to fix this? It's needed to define the following line in the iotc_helpers.h file.

char *iotc_parse_message_payload_as_string(const iotc_mqtt_message_t *msg);

Or would anyone know what this structure is and potentially create a similar file with this same structure?