23 lines
635 B
INI
23 lines
635 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:default]
|
|
board = nodemcuv2
|
|
framework = arduino
|
|
monitor_speed = 115200
|
|
platform = espressif8266
|
|
upload_protocol = esptool
|
|
lib_ldf_mode = chain+
|
|
lib_deps =
|
|
bblanchon/ArduinoJson@^6.17.3
|
|
fastled/FastLED@^3.4.0
|
|
agdl/Base64@^1.0.0
|
|
links2004/WebSockets@^2.3.6
|
|
Hash
|