textandpixels/platformio.ini

22 lines
625 B
INI
Raw Permalink Normal View History

2024-08-21 02:59:06 +00:00
; 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:d1_mini_lite]
platform = espressif8266
board = d1_mini_lite
framework = arduino
monitor_speed = 115200
upload_speed = 460800
lib_deps =
fastled/FastLED@^3.7.1
plerup/EspSoftwareSerial@^8.2.0
links2004/WebSockets@^2.5.3
vshymanskyy/Preferences@^2.0.0