-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
30 lines (30 loc) · 1.18 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "components/espmqtt"]
path = components/espmqtt
url = https://github.com/DavidAntliff/espmqtt.git
[submodule "components/esp32-ds18b20"]
path = components/esp32-ds18b20
url = https://github.com/DavidAntliff/esp32-ds18b20.git
[submodule "components/esp32-owb"]
path = components/esp32-owb
url = https://github.com/DavidAntliff/esp32-owb.git
[submodule "components/esp32-smbus"]
path = components/esp32-smbus
url = https://github.com/DavidAntliff/esp32-smbus.git
[submodule "components/esp32-tsl2561"]
path = components/esp32-tsl2561
url = https://github.com/DavidAntliff/esp32-tsl2561
[submodule "avr/avr-poolmon"]
path = avr/avr-poolmon
url = https://github.com/DavidAntliff/avr-poolmon
[submodule "components/esp32-i2c-lcd1602"]
path = components/esp32-i2c-lcd1602
url = https://github.com/DavidAntliff/esp32-i2c-lcd1602.git
[submodule "components/esp-mqtt"]
path = components/esp-mqtt
url = https://github.com/DavidAntliff/esp-mqtt.git
[submodule "components/trie"]
path = components/trie
url = https://github.com/DavidAntliff/trie.git
[submodule "components/datastore/datastore"]
path = components/datastore/datastore
url = https://github.com/DavidAntliff/datastore.git