mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-07-06 06:08:22 +00:00
halb-broken implementation with other dmx driver. out works only on second port, in works on first port very slowly and on the second port fast
This commit is contained in:
parent
5870182507
commit
4b811187f7
5 changed files with 202 additions and 151 deletions
|
@ -18,6 +18,16 @@ board_build.filesystem = littlefs
|
|||
[env:lolin_s2_mini]
|
||||
platform = espressif32
|
||||
board = lolin_s2_mini
|
||||
lib_deps =
|
||||
lib_deps =
|
||||
bblanchon/ArduinoJson @ ^7.2.0
|
||||
someweisguy/esp_dmx
|
||||
extra_scripts = pre:pre_extra_script.py
|
||||
;build_type = debug
|
||||
;build_flags = -DCORE_DEBUG_LEVEL=5
|
||||
;upload_port = COM4
|
||||
monitor_port = COM4
|
||||
|
||||
[env:esp32_wroom_32]
|
||||
platform = espressif32
|
||||
board = nodemcu-32s
|
||||
lib_deps = bblanchon/ArduinoJson @ ^7.2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue