Files
platform-espressif32/examples/arduino-blink/platformio.ini
T

29 lines
716 B
INI
Raw Normal View History

2016-10-24 20:23:25 +03: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
; http://docs.platformio.org/page/projectconf.html
2016-10-24 20:23:25 +03:00
2023-03-20 18:49:57 -06:00
[env:esp-wrover-kit]
2017-08-03 19:11:58 +03:00
platform = espressif32
framework = arduino
board = esp-wrover-kit
2018-06-27 14:28:05 +03:00
monitor_speed = 115200
build_flags =
-DLED_BUILTIN=2
[env:esp32-c6-devkitc-1]
2016-11-13 21:51:15 +02:00
platform = espressif32
framework = arduino
board = esp32-c6-devkitc-1
2018-06-27 14:28:05 +03:00
monitor_speed = 115200
2021-02-24 11:09:54 +02:00
[env:esp32-h2-devkitm-1]
2021-02-24 11:09:54 +02:00
platform = espressif32
framework = arduino
board = esp32-h2-devkitm-1
2022-05-16 13:18:16 +03:00
monitor_speed = 115200