28 lines
694 B
INI
28 lines
694 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
|
|
; http://docs.platformio.org/page/projectconf.html
|
|
|
|
[env]
|
|
platform = espressif32
|
|
framework = arduino, espidf
|
|
build_flags =
|
|
-D CONFIG_BLINK_GPIO=2
|
|
monitor_speed = 115200
|
|
platform_packages =
|
|
; use a special branch
|
|
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0
|
|
|
|
[env:esp32dev]
|
|
board = esp32dev
|
|
|
|
[env:espea32]
|
|
board = espea32
|
|
|
|
[env:esp320]
|
|
board = esp320
|