7138f22a5f
The demonstration builds and runs on the ESP32 outputting escape codes which are not parsed by default. This makes the output hard to read. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
How to build PlatformIO based project
- Install PlatformIO Core
- Download development platform with examples
- Extract ZIP archive
- Run these commands:
# Change directory to example
$ cd platform-espressif32/examples/espidf-aws-iot
# Build project
$ pio run
# Upload firmware
$ pio run --target upload
# Clean build files
$ pio run --target clean