2016-11-13 21:51:15 +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
|
2022-03-31 14:23:26 +03:00
|
|
|
; https://docs.platformio.org/page/projectconf.html
|
2016-11-13 21:51:15 +02:00
|
|
|
|
2020-09-01 21:48:00 +03:00
|
|
|
[env]
|
2016-11-13 21:51:15 +02:00
|
|
|
platform = espressif32
|
|
|
|
|
framework = espidf
|
2018-05-30 20:18:35 +03:00
|
|
|
monitor_speed = 115200
|
2016-11-13 21:51:15 +02:00
|
|
|
|
2020-09-01 21:48:00 +03:00
|
|
|
[env:esp32dev]
|
|
|
|
|
board = esp32dev
|
|
|
|
|
|
2021-06-23 12:32:55 +03:00
|
|
|
[env:esp32-s2-kaluga-1]
|
|
|
|
|
board = esp32-s2-kaluga-1
|
2016-11-13 21:51:15 +02:00
|
|
|
|
2021-06-23 12:32:55 +03:00
|
|
|
[env:esp32-c3-devkitm-1]
|
|
|
|
|
board = esp32-c3-devkitm-1
|