32 lines
798 B
INI
32 lines
798 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
|
|
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
|
|
tzapu/WiFiManager@^0.16.0
|
|
|
|
[env:nodemcuv2]
|
|
monitor_speed = 115200
|
|
monitor_filters = direct
|
|
|
|
[env:nodemcuv2_ota]
|
|
upload_protocol = espota
|
|
upload_port = wordclock.local
|