forked from buddhabrot/fusion-zauberstab
30 lines
703 B
INI
30 lines
703 B
INI
; PlatformIO Project Configuration File
|
|
;
|
|
; Build options: build flags, source filter
|
|
; Upload options: custom upload port, speed and extra flags
|
|
; Library options: dependencies, extra library storages
|
|
; Advanced options: extra scripting
|
|
;
|
|
; Please visit documentation for the other options and examples
|
|
; https://docs.platformio.org/page/projectconf.html
|
|
|
|
[env]
|
|
framework = arduino
|
|
lib_deps =
|
|
fastled/FastLED @ ^3.5.0
|
|
wollewald/ADXL345_WE @ ^2.1.4
|
|
|
|
[env:esp32doit-devkit-v1]
|
|
platform = espressif32
|
|
board = esp32doit-devkit-v1
|
|
monitor_port = COM5
|
|
monitor_speed = 115200
|
|
upload_protocol = esptool
|
|
|
|
[env:nodemcu-32s]
|
|
platform = espressif32
|
|
board = nodemcu-32s
|
|
upload_protocol = esptool
|
|
|
|
|