mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-18 21:55:34 +00:00
Add libs as submodules (get with git clone --recurse-submodules <url> or later via git submodule update --init --recursive)
This commit is contained in:
parent
02aab70146
commit
c6088646e0
3 changed files with 8 additions and 0 deletions
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[submodule "lib/ArtNet"]
|
||||
path = lib/ArtNet
|
||||
url = https://github.com/psxde/ArtNet.git
|
||||
[submodule "lib/AsyncWebServer_ESP32_W5500"]
|
||||
path = lib/AsyncWebServer_ESP32_W5500
|
||||
url = https://github.com/psxde/AsyncWebServer_ESP32_W5500.git
|
1
lib/ArtNet
Submodule
1
lib/ArtNet
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit f65e981f9c4578f1b31e8a21be62c13c56665cbe
|
1
lib/AsyncWebServer_ESP32_W5500
Submodule
1
lib/AsyncWebServer_ESP32_W5500
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 38de6ac248c7f270ca3b77ba38512ba39919aed8
|
Loading…
Add table
Reference in a new issue