espressif / esp-google-iot

Google Cloud IoT SDK as an ESP-IDF Component
Apache License 2.0
143 stars 44 forks source link

Missing files when trying to build for ESP32 (CA-215) #32

Open matteocordray opened 2 years ago

matteocordray commented 2 years ago

The following files aren't found when attaching the iot-device-sdk-embedded-c folder to my /lib folder in PlatformIO. These are the files fatal error: iotc_bsp_crypto.h: No such file or directory fatal error: gtest.h: No such file or directory

with loads of other files within this that are not in the SDK folder. Anyone having current issues with this and using PlatformIO?