Files
DCC-Bench/platformio.ini
2025-11-30 09:58:00 +01:00

28 lines
810 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
[env:wemos_d1_mini32]
platform = espressif32
board = wemos_d1_mini32
framework = arduino
monitor_speed = 115200
upload_speed = 921600
build_flags =
-D ARDUINO_ARCH_ESP32
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
-D CONFIG_ASYNC_TCP_USE_WDT=1
lib_deps =
bblanchon/ArduinoJson@^6.21.3
esp32async/ESPAsyncWebServer @ ^3.9.2
esp32async/AsyncTCP @ ^3.4.9
https://github.com/Locoduino/DCCpp
fastled/FastLED@^3.6.0
board_build.filesystem = littlefs