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
|
2018-05-30 20:18:35 +03:00
|
|
|
monitor_speed = 115200
|
2017-02-19 21:23:59 +02:00
|
|
|
|
2020-09-01 21:48:00 +03:00
|
|
|
[env:esp32thing]
|
|
|
|
|
board = esp32thing
|
2017-02-19 21:23:59 +02:00
|
|
|
|
2020-09-01 21:48:00 +03:00
|
|
|
[env:esp32-gateway]
|
|
|
|
|
board = esp32-gateway
|
|
|
|
|
|
|
|
|
|
[env:heltec_wifi_kit_32]
|
|
|
|
|
board = heltec_wifi_kit_32
|