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

Documentation Addition (AWS IoT EduKit > Smart Thermostat > Data acquisition) #40

Closed MKPeak closed 3 years ago

MKPeak commented 3 years ago

I just noticed that the Unix steps are included but not the steps for Windows.

Data Acquisition... ...Code sample... ...2.Change directory to the Smart-Thermostat project: cd Core2ForAWS-AWS-IoT-EduKit/Smart-Thermostat

  1. Copy your sdkconfig file from the Blinky-Hello-World demo to simplify setting your Wi-Fi and AWS endpoint: cp ../Blinky-Hello-World/sdkconfig .

May want to include a note for Windows users that a different process is required. Instead they should be in the Blinky-Hello-World folder and use copy sdkconfig ..\Smart-Thermostat to copy sdkconfig and then go to the Smart-Thermostat folder.

rashedtalukder commented 3 years ago

Thank you! I see the issue. I will test the changes and update in the next 24hrs.

rashedtalukder commented 3 years ago

Updated. Thanks for reporting @MKPeak !