Skip to content

Commit 3bac1e4

Browse files
committed
add submodules for libraries
1 parent 6ccf85b commit 3bac1e4

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

.gitmodules

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[submodule "lib/smarthome-fw-lib-esp8266-ddmq4"]
2+
path = lib/smarthome-fw-lib-esp8266-ddmq4
3+
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddmq4.git
4+
branch = master
5+
[submodule "lib/smarthome-fw-lib-esp8266-ddcommon"]
6+
path = lib/smarthome-fw-lib-esp8266-ddcommon
7+
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddcommon.git
8+
branch = master
9+
[submodule "lib/smarthome-fw-lib-esp8266-ddwifi"]
10+
path = lib/smarthome-fw-lib-esp8266-ddwifi
11+
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddwifi.git
12+
branch = master
13+
[submodule "lib/smarthome-fw-lib-esp8266-ddmqtt"]
14+
path = lib/smarthome-fw-lib-esp8266-ddmqtt
15+
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddmqtt.git
16+
branch = master

lib/smarthome-fw-lib-esp8266-ddmq4

0 commit comments

Comments
 (0)