-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
74 lines (74 loc) · 1.55 KB
/
manifest.json
File metadata and controls
74 lines (74 loc) · 1.55 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "R2P2-ESP32",
"version": "0.2.10",
"home_assistant_domain": "esphome",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"improv": false,
"parts": [
{
"path": "firmware/esp32/bootloader.bin",
"offset": 4096
},
{
"path": "firmware/esp32/partition-table.bin",
"offset": 32768
},
{
"path": "firmware/esp32/femtoruby.bin",
"offset": 65536
},
{
"path": "firmware/storage.bin",
"offset": 2162688
}
]
},
{
"chipFamily": "ESP32-C3",
"improv": false,
"parts": [
{
"path": "firmware/esp32c3/bootloader.bin",
"offset": 0
},
{
"path": "firmware/esp32c3/partition-table.bin",
"offset": 32768
},
{
"path": "firmware/esp32c3/femtoruby.bin",
"offset": 65536
},
{
"path": "firmware/storage.bin",
"offset": 2162688
}
]
},
{
"chipFamily": "ESP32-S3",
"improv": false,
"parts": [
{
"path": "firmware/esp32s3/bootloader.bin",
"offset": 0
},
{
"path": "firmware/esp32s3/partition-table.bin",
"offset": 32768
},
{
"path": "firmware/esp32s3/picoruby.bin",
"offset": 65536
},
{
"path": "firmware/storage.bin",
"offset": 2162688
}
]
}
]
}