Files
wordclock/platformio.ini

33 lines
789 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
[platformio]
default_envs = nodemcuv2
[env]
platform = espressif8266@2.6.3
board = nodemcuv2
framework = arduino
lib_deps =
densaugeo/base64@^1.4.0
fastled/FastLED@3.7.0
marcmerlin/FastLED NeoMatrix@^1.2
tzapu/WiFiManager@^0.16.0
build_flags =
-DFASTLED_ESP8266_RAW_PIN_ORDER
[env:nodemcuv2]
monitor_speed = 115200
monitor_filters = direct
[env:nodemcuv2_ota]
upload_protocol = espota
upload_port = wordclock.local