forked from jonkofee/esp8266-homekit-AC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
21 lines (21 loc) · 799 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "components/cJSON"]
path = components/cJSON
url = https://github.com/maximkulkin/esp-cjson
[submodule "components/wolfssl"]
path = components/wolfssl
url = https://github.com/maximkulkin/esp-wolfssl
[submodule "components/homekit"]
path = components/homekit
url = https://github.com/maximkulkin/esp-homekit
[submodule "components/http-parser"]
path = components/http-parser
url = https://github.com/maximkulkin/esp-http-parser.git
[submodule "components/wifi_config"]
path = components/wifi_config
url = https://github.com/maximkulkin/esp-wifi-config
[submodule "components/WS2812FX"]
path = components/WS2812FX
url = https://github.com/pcsaito/WS2812FX-rtos
[submodule "components/IRRemote"]
path = components/IRRemote
url = https://github.com/slawekkolodziej/irremote.git