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
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.
I just noticed that the Unix steps are included but not the steps for Windows.
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 copysdkconfig
and then go to the Smart-Thermostat folder.