espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
256 stars 154 forks source link

Amazon Web Services Iot Platform disappeared from sdkconfig (CA-232) #130

Closed chip6006 closed 1 year ago

chip6006 commented 1 year ago

I have been using the esp-idf as my build platform for a project connected to AWS. I just did a "git pull" in the wrong folder "C:\Users\esp-aws-iot\examples>" which i guess updated esp-aws-iot.

Now I can't build my project. my error for "idf.py build" is: fatal error: aws_iot_config.h: No such file or directory

Component Config -> Amazon Web Services Iot Platform has disappeared from menuconfig.

What do I need to do to get working again?

Environment

chip6006 commented 1 year ago

Resolved. In accidentally pulling the latest I seem to have jumped to the main branch. I switched to the release/v3.1.x branch did a clean build and all is good again git rev-parse --abbrev-ref HEAD to confirm my current branch git checkout release/v3.1.x to checkout the older release branch