mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
19 lines
597 B
INI
19 lines
597 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:lolin_s2_mini]
|
|
platform = espressif32
|
|
board = lolin_s2_mini
|
|
framework = arduino
|
|
lib_deps =
|
|
hideakitai/ArtNet @ ^0.8.0
|
|
bblanchon/ArduinoJson @ ^7.2.0
|
|
me-no-dev/ESP Async WebServer@^1.2.4
|
|
arduino-libraries/Ethernet @ ^2.0.2
|