-
Notifications
You must be signed in to change notification settings - Fork 89
/
Copy path.gitmodules
21 lines (21 loc) · 851 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/arduino-esp32"]
path = components/arduino-esp32
url = https://github.com/sieren/arduino-esp32.git
[submodule "main/libraries/TFT_eFEX"]
path = main/libraries/TFT_eFEX
url = https://github.com/sieren/TFT_eFEX.git
[submodule "main/libraries/rapidjson"]
path = main/libraries/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "main/libraries/JPEGDecoder"]
path = main/libraries/JPEGDecoder
url = https://github.com/sieren/JPEGDecoder.git
[submodule "components/ESPAsyncWebServer"]
path = components/ESPAsyncWebServer
url = https://github.com/me-no-dev/ESPAsyncWebServer.git
[submodule "components/AsyncTCP"]
path = components/AsyncTCP
url = https://github.com/me-no-dev/AsyncTCP.git
[submodule "main/libraries/TFT_eSPI"]
path = main/libraries/TFT_eSPI
url = https://github.com/Bodmer/TFT_eSPI.git