-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
37 lines (37 loc) · 808 Bytes
/
manifest.json
File metadata and controls
37 lines (37 loc) · 808 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "MicroPython",
"version": "1.19.1",
"funding_url": "https://micropython.org",
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "mcp/esp32-ota-20220618-v1.19.1.bin", "offset": 4096}
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "mcp/esp32c3-20220618-v1.19.1.bin", "offset": 0}
]
},
{
"chipFamily": "ESP32-S2",
"parts": [
{ "path": "mcp/GENERIC_S2-20220618-v1.19.1.bin", "offset": 4096}
]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "mcp/GENERIC_S3-20220618-v1.19.1.bin", "offset": 0}
]
},
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "mcp/esp8266-20220618-v1.19.1.bin", "offset": 0 }
]
}
]
}