Files
wordclock/platformio.ini

35 lines
855 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.6
marcmerlin/FastLED NeoMatrix@^1.2
tzapu/WiFiManager@^2.0.17
build_flags =
-DFASTLED_ESP8266_RAW_PIN_ORDER
board_build.f_cpu = 160000000L
extra_scripts = post:post_build.py
[env:nodemcuv2]
monitor_speed = 115200
monitor_filters = direct
[env:nodemcuv2_ota]
upload_protocol = espota
upload_port = wordclock.local