LEDPanel_Game/platformio.ini

25 lines
804 B
INI
Raw Normal View History

2024-08-08 20:52:23 -07: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:nodemcu-32s]
platform = espressif32
board = nodemcu-32s
board_build.mcu = esp32
framework = arduino
2024-08-13 01:19:14 -07:00
monitor_speed = 230400
lib_deps =
mrfaptastic/ESP32 HUB75 LED MATRIX PANEL DMA Display@^3.0.12
https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA.git
adafruit/Adafruit GFX Library@^1.11.10
fastled/FastLED@^3.7.1
mbed-seeed/BluetoothSerial@0.0.0+sha.f56002898ee8
me-no-dev/AsyncTCP@^1.1.1
bblanchon/ArduinoJson@^7.1.0