Files
platform-espressif32/examples/espidf-aws-iot
Alex Lennon 7138f22a5f Improve AWS IoT demo output parsing (#603)
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>
2022-04-18 17:33:57 +03:00
..
2018-10-17 21:53:21 +03:00
2020-09-01 17:54:55 +03:00
2022-03-31 14:23:26 +03:00
2020-09-02 14:54:26 +03:00

How to build PlatformIO based project

  1. Install PlatformIO Core
  2. Download development platform with examples
  3. Extract ZIP archive
  4. 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