-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
24 lines (24 loc) · 985 Bytes
/
.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
[submodule "components/esp-ir"]
path = components/esp-ir
url = https://github.com/maximkulkin/esp-ir
[submodule "components/common/wolfssl"]
path = components/common/wolfssl
url = https://github.com/maximkulkin/esp-wolfssl
[submodule "components/esp-8266/WS2812FX"]
path = components/esp-8266/WS2812FX
url = https://github.com/pcsaito/WS2812FX-rtos
[submodule "components/esp-8266/wifi_config"]
path = components/esp-8266/wifi_config
url = https://github.com/maximkulkin/esp-wifi-config
[submodule "components/esp-8266/cJSON"]
path = components/esp-8266/cJSON
url = https://github.com/maximkulkin/esp-cjson
[submodule "components/UDPlogger"]
path = components/UDPlogger
url = https://github.com/HomeACcessoryKid/UDPlogger
[submodule "components/common/homekit"]
path = components/common/homekit
url = https://github.com/maximkulkin/esp-homekit
[submodule "components/esp-led-status"]
path = components/esp-led-status
url = https://github.com/maximkulkin/esp-led-status