Files
platform-espressif32/examples/espidf-arduino-blink/platformio.ini
T
2022-06-14 19:38:12 +03:00

25 lines
551 B
INI

; 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
; https://docs.platformio.org/page/projectconf.html
[env]
platform = espressif32
framework = arduino, espidf
build_flags =
-D CONFIG_BLINK_GPIO=2
monitor_speed = 115200
[env:esp32dev]
board = esp32dev
[env:espea32]
board = espea32
[env:esp320]
board = esp320