Update ESP-IDF examples

This commit is contained in:
valeros
2020-09-01 21:48:00 +03:00
parent ff997d3677
commit 1ceb7b9d92
73 changed files with 1492 additions and 846 deletions
+8 -11
View File
@@ -7,23 +7,20 @@
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:nano32]
[env]
platform = espressif32
framework = espidf
board = nano32
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"
monitor_speed = 115200
board_build.embed_txtfiles =
src/certs/coap_ca.pem
src/certs/coap_server.crt
src/certs/coap_server.key
[env:nano32]
board = nano32
[env:esp-wrover-kit]
platform = espressif32
framework = espidf
board = esp-wrover-kit
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"
monitor_speed = 115200
[env:esp32dev]
platform = espressif32
framework = espidf
board = esp32dev
build_flags = -DCONFIG_WIFI_SSID=\"ESP_AP\" -DCONFIG_WIFI_PASSWORD=\"MYPASS\"
monitor_speed = 115200