; 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-32s2] platform = espressif32@6.3.2 board = nodemcu-32s2 board_build.mcu = esp32 framework = arduino monitor_speed = 115200 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 bblanchon/ArduinoJson@^7.1.0 ; build_flags = -DCORE_DEBUG_LEVEL=5 ; -DBOARD_HAS_PSRAM ; -mfix-esp32-psram-cache-issue