Files
wordclock/platformio.ini

34 lines
858 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
board = nodemcuv2
build_flags = -DUSING_TIM_DIV16=1
framework = arduino
lib_deps =
adafruit/Adafruit BusIO@^1.15.0
adafruit/Adafruit NeoMatrix@^1.3.0
adafruit/Adafruit NeoPixel@^1.11.0
densaugeo/base64@^1.4.0
khoih-prog/ESP8266TimerInterrupt@^1.6.0
tzapu/WiFiManager@^0.16.0
[env:nodemcuv2]
monitor_speed = 115200
monitor_filters = direct
[env:nodemcuv2_ota]
upload_protocol = espota
upload_port = wordclock.local