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.
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?