-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 936 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 936 Bytes
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/r1"]
path = components/r1
url = https://github.com/LuxInTenebr1s/esp32_magicsee_r1.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json
[submodule "main/nlohmann_json"]
path = main/nlohmann_json
url = https://github.com/nlohmann/json
[submodule "components/websocket"]
path = components/websocket
url = https://github.com/Molorius/esp32-websocket.git
[submodule "components/neopixelbus/NeoPixelBus"]
path = components/neopixelbus/NeoPixelBus
url = https://github.com/Makuna/NeoPixelBus/
[submodule "components/leds/WS2812FX"]
path = components/leds/WS2812FX
url = https://github.com/kitesurfer1404/WS2812FX.git
[submodule "components/leds/NeoPixelBus"]
path = components/leds/NeoPixelBus
url = https://github.com/Makuna/NeoPixelBus
[submodule "components/nlohmann_json/json"]
path = components/nlohmann_json/json
url = https://github.com/nlohmann/json