obs-websocket-tally/platformio.ini

24 lines
635 B
INI
Raw Permalink Normal View History

2021-12-05 07:46:41 +00:00
; 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:default]
board = nodemcuv2
framework = arduino
monitor_speed = 115200
platform = espressif8266
upload_protocol = esptool
2021-12-12 11:16:06 +00:00
lib_ldf_mode = chain+
2021-12-05 07:46:41 +00:00
lib_deps =
bblanchon/ArduinoJson@^6.17.3
fastled/FastLED@^3.4.0
agdl/Base64@^1.0.0
links2004/WebSockets@^2.3.6
2021-12-12 11:16:06 +00:00
Hash