m5stack / Core2-for-AWS-IoT-Kit

Accompanying code for use with AWS IoT Kit content. Works with PlatformIO and ESP-IDF v4.2.
https://m5stack.com/collections/m5-core/products/m5stack-core2-esp32-iot-development-kit-for-aws-iot-edukit
MIT License
127 stars 66 forks source link

Ran build twice for success #57

Closed robcube closed 3 years ago

robcube commented 3 years ago

https://edukit.workshop.aws/en/getting-started/run-rainmaker.html

  1. To start the build process, paste in the command below (this will take several minutes) in the new terminal window that opened in VS Code:

$ pio run --environment core2foraws

Failed the first time, reran, and then successful. Sorry, I didn't get the error message.

Afterwards, everything else went swimmingly well. iPhone/Wifi/Home/Temperature/Fan, etc...

Windows 10 Home. Python 3.8.9.

rashedtalukder commented 3 years ago

Thank you @robcube, I've gone ahead and pushed a new commit (https://github.com/aws-samples/aws-iot-edukit-tutorials/commit/3549ca4447e1ef2953d68fe00cbd6fbea5967ae9) to the content to help customers know to attempt to build a second time and will be working with PIO to see if there's an option to handle this issue better.