-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
53 lines (53 loc) · 1.45 KB
/
manifest.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"include": ["./manifest_base.json"],
"platforms": {
"esp32/m5atom_echo": {
"include": ["./targets/manifest_m5atom.json"]
},
"esp32/m5atom_lite": {
"include": ["./targets/manifest_m5atom.json"]
},
"esp32/m5atom_matrix": {
"include": ["./targets/manifest_m5atom.json"]
},
"esp32/m5atom_s3": {
"include": ["./targets/manifest_m5atom_s3.json"]
},
"esp32/m5atom_s3_lite": {
"include": ["./targets/manifest_m5atom_s3.json"]
},
"esp32/m5atom_s3r": {
"include": ["./targets/manifest_m5atom_s3.json"]
},
"esp32/m5atom_s3r_m12": {
"include": ["./targets/manifest_m5atom_s3.json"]
},
"esp32/m5atom_s3r_cam": {
"include": ["./targets/manifest_m5atom_s3.json"]
},
"esp32/m5dial": {
"include": ["./targets/manifest_m5dial.json"]
},
"esp32/m5stack": {
"include": ["./targets/manifest_m5stack.json"]
},
"esp32/m5stack_fire": {
"include": ["./targets/manifest_m5stack.json"]
},
"esp32/m5stack_core2": {
"include": ["./targets/manifest_m5stack_core2.json"]
},
"esp32/m5stack_cores3": {
"include": ["./targets/manifest_m5stack_cores3.json"]
},
"esp32/m5stick_c": {
"include": ["./targets/manifest_m5stick.json"]
},
"esp32/m5stick_cplus": {
"include": ["./targets/manifest_m5stick.json"]
},
"esp32/m5stick_cplus2": {
"include": ["./manifest/manifest_m5stick.json"]
}
}
}