Skip to content

Commit fe3bb6d

Browse files
committed
add submodule
1 parent 4aaabaf commit fe3bb6d

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.pio
2+
.pioenvs
3+
.piolibdeps
4+
5+
### VisualStudioCode ###
6+
.vscode/*
7+
*.code-workspace
8+
9+
# Local History for Visual Studio Code
10+
.history/
11+
12+
### VisualStudioCode Patch ###
13+
# Ignore all local history of files
14+
.history
15+
.ionide
16+
lib/readme.txt
17+
src/user-config.h

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[submodule "lib/smarthome-fw-lib-esp8266-ddcommon"]
22
path = lib/smarthome-fw-lib-esp8266-ddcommon
3-
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddcommon.git
3+
url = git@github.com:domoticsduino/smarthome-fw-esp8266-ddcommon
44
[submodule "lib/smarthome-fw-lib-esp8266-ddwifi"]
55
path = lib/smarthome-fw-lib-esp8266-ddwifi
6-
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddwifi.git
6+
url = git@github.com:domoticsduino/smarthome-fw-esp8266-ddwifi
77
branch = master
88
[submodule "lib/smarthome-fw-lib-esp8266-ddmqtt"]
99
path = lib/smarthome-fw-lib-esp8266-ddmqtt
10-
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddmqtt.git
10+
url = git@github.com:domoticsduino/smarthome-fw-esp8266-ddwmqtt
1111
branch = master
1212
[submodule "lib/smarthome-fw-lib-esp8266-ddpzem004t"]
1313
path = lib/smarthome-fw-lib-esp8266-ddpzem004t
14-
url = git@github.com:domoticsduino/smarthome-fw-lib-esp8266-ddpzem004t.git
14+
url = git@github.com:domoticsduino/smarthome-fw-esp8266-ddpzem004t
1515
branch = master

0 commit comments

Comments
 (0)