-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathsubmodule_helper.json
36 lines (36 loc) · 1.04 KB
/
submodule_helper.json
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
31
32
33
34
35
36
{
"root_folder": "./main/",
"submodules_structure": {
"paLibSubs": [
{
"used": 1,
"git": "https://hub.fastgit.org/paMcuLib/paMcuLibCoreHead.git",
"rename": "paCoreInc"
},
{
"used": 1,
"git": "https://hub.fastgit.org/paMcuLib/paMcuLibCore_Esp32.git",
"rename": "paCoreSrc"
}
],
"paLibSubs/paMods/display": [
{
"used": 1,
"rename": "SSD1306",
"git": "https://hub.fastgit.org/paMcuLib/ssd1306_paMcuLib.git"
},
{
"used": 1,
"rename": "ILI9341",
"git": "https://hub.fastgit.org/paMcuLib/ili9341_paMcuLib.git"
}
],
"paLibSubs/paMods/input": [
{
"used": 1,
"rename": "xpt2046",
"git": "https://hub.fastgit.org/paMcuLib/xpt2046_paMcuLib.git"
}
]
}
}