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>
21 lines
579 B
INI
21 lines
579 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter, extra scripting
|
|
; Upload options: custom port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env:esp32dev]
|
|
platform = espressif32
|
|
framework = espidf
|
|
board = esp32dev
|
|
monitor_speed = 115200
|
|
monitor_filters = colorize
|
|
|
|
board_build.embed_txtfiles =
|
|
src/certs/private.pem.key
|
|
src/certs/certificate.pem.crt
|
|
src/certs/aws-root-ca.pem
|