We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ee6b3 commit 685e78fCopy full SHA for 685e78f
examples/espidf-aws-iot/platformio.ini
@@ -13,6 +13,10 @@ framework = espidf
13
board = esp32dev
14
monitor_speed = 115200
15
build_flags =
16
- -DCOMPONENT_EMBED_TXTFILES=src/private.pem.key:src/certificate.pem.crt:src/aws-root-ca.pem
17
-DCONFIG_WIFI_SSID=\"ESP_AP\"
18
-DCONFIG_WIFI_PASSWORD=\"MYPASS\"
+
19
+board_build.embed_txtfiles =
20
+ src/private.pem.key
21
+ src/certificate.pem.crt
22
+ src/aws-root-ca.pem
0 commit comments