mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-05 13:48:53 +00:00
Merge branch 'main' into DMX-5-switch-connection (artnet not working!!!)
This commit is contained in:
commit
e796da41ea
15 changed files with 45373 additions and 19 deletions
|
@ -8,9 +8,16 @@
|
|||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = lolin_s2_mini
|
||||
|
||||
[env]
|
||||
framework = arduino
|
||||
board_build.filesystem = littlefs
|
||||
|
||||
[env:lolin_s2_mini]
|
||||
platform = espressif32
|
||||
board = lolin_s2_mini
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
hideakitai/ArtNet @ ^0.8.0
|
||||
bblanchon/ArduinoJson @ ^7.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue