34 lines
906 B
INI
34 lines
906 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 options
|
|
build_flags =
|
|
-D ARDUINO_ARCH_ESP32
|
|
-D CONFIG_ASYNC_TCP_RUNNING_CORE=1
|
|
-D CONFIG_ASYNC_TCP_USE_WDT=1
|
|
|
|
; Library dependencies
|
|
lib_deps =
|
|
bblanchon/ArduinoJson@^6.21.3
|
|
me-no-dev/ESP Async WebServer@^1.2.3
|
|
me-no-dev/AsyncTCP@^1.1.1
|
|
https://github.com/tuxiaoya/DCCpp.git
|
|
fastled/FastLED@^3.6.0
|
|
|
|
; Filesystem for web interface
|
|
board_build.filesystem = littlefs
|