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
|
2017-02-22 16:29:39 +02:00
|
|
|
; http://docs.platformio.org/page/projectconf.html
|
2016-10-24 20:23:25 +03:00
|
|
|
|
2018-06-08 19:53:48 +03: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
|
2018-10-01 15:33:33 +03:00
|
|
|
build_flags =
|
|
|
|
|
; https://docs.espressif.com/projects/esp-idf/en/latest/get-started/get-started-wrover-kit.html#rgb-led
|
|
|
|
|
-D LED_BUILTIN=2
|
2017-08-03 19:11:58 +03:00
|
|
|
|
2018-10-01 15:33:33 +03:00
|
|
|
[env:esp32doit-devkit-v1]
|
2016-11-13 21:51:15 +02:00
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
2018-10-01 15:33:33 +03:00
|
|
|
board = esp32doit-devkit-v1
|
2018-06-27 14:28:05 +03:00
|
|
|
monitor_speed = 115200
|
2016-11-13 21:51:15 +02:00
|
|
|
|
|
|
|
|
[env:lolin32]
|
|
|
|
|
platform = espressif32
|
|
|
|
|
framework = arduino
|
|
|
|
|
board = lolin32
|
2018-06-27 14:28:05 +03:00
|
|
|
monitor_speed = 115200
|