27 lines
831 B
INI
27 lines
831 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
|
|
|
|
# IDF v5 is not supported by ASW-IoT SDK
|
|
# https://github.com/espressif/esp-aws-iot/blob/bbaf03d7d1fbf8a3f91dc18489d7bd27d5b9e9df/README.md?plain=1#L21
|
|
platform_packages =
|
|
framework-espidf @ ~3.40403.0
|
|
toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
|