Files
platform-espressif32/examples/espidf-coap-server/platformio.ini
T

27 lines
624 B
INI
Raw Normal View History

2017-02-19 21:23:59 +02:00
; 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
2017-02-22 16:29:39 +02:00
; http://docs.platformio.org/page/projectconf.html
2017-02-19 21:23:59 +02:00
2020-09-01 21:48:00 +03:00
[env]
2017-02-19 21:23:59 +02:00
platform = espressif32
framework = espidf
monitor_speed = 115200
2020-09-01 21:48:00 +03:00
board_build.embed_txtfiles =
src/certs/coap_ca.pem
src/certs/coap_server.crt
src/certs/coap_server.key
[env:nano32]
board = nano32
2017-02-19 21:23:59 +02:00
2020-03-05 11:18:07 +02:00
[env:esp-wrover-kit]
board = esp-wrover-kit
2017-02-19 21:23:59 +02:00
[env:esp32dev]
board = esp32dev