Files
platform-espressif32/examples/espidf-aws-iot/platformio.ini
T

23 lines
616 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
; http://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
monitor_speed = 115200
build_flags =
-DCONFIG_WIFI_SSID=\"ESP_AP\"
-DCONFIG_WIFI_PASSWORD=\"MYPASS\"
board_build.embed_txtfiles =
src/private.pem.key
src/certificate.pem.crt
src/aws-root-ca.pem