ESP32_RGB_Wifi/platformio.ini

19 lines
539 B
INI
Raw Normal View History

2021-05-22 19:55:17 -05: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:esp32dev]
platform = espressif32
board = nodemcu-32s
framework = arduino
lib_deps =
knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^6.18.0
fastled/FastLED@^3.4.0