-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathmanifest_esp32_wifi.json
More file actions
52 lines (52 loc) · 1.91 KB
/
manifest_esp32_wifi.json
File metadata and controls
52 lines (52 loc) · 1.91 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
{
"name": "ESP32 NAT Router",
"version": "2.4.7",
"new_install_prompt_erase": true,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "firmware_esp32/bootloader.bin", "offset": 4096 },
{ "path": "firmware_esp32/partition-table.bin", "offset": 32768 },
{ "path": "firmware_esp32/ota_data_initial.bin", "offset": 61440 },
{ "path": "firmware_esp32/esp32_nat_router.bin", "offset": 131072 }
]
},
{
"chipFamily": "ESP32-S3",
"parts": [
{ "path": "firmware_esp32s3/bootloader.bin", "offset": 0 },
{ "path": "firmware_esp32s3/partition-table.bin", "offset": 32768 },
{ "path": "firmware_esp32s3/ota_data_initial.bin", "offset": 61440 },
{ "path": "firmware_esp32s3/esp32_nat_router.bin", "offset": 131072 }
]
},
{
"chipFamily": "ESP32-C3",
"parts": [
{ "path": "firmware_esp32c3/bootloader.bin", "offset": 0 },
{ "path": "firmware_esp32c3/partition-table.bin", "offset": 32768 },
{ "path": "firmware_esp32c3/ota_data_initial.bin", "offset": 61440 },
{ "path": "firmware_esp32c3/esp32_nat_router.bin", "offset": 131072 }
]
},
{
"chipFamily": "ESP32-C6",
"parts": [
{ "path": "firmware_esp32c6/bootloader.bin", "offset": 0 },
{ "path": "firmware_esp32c6/partition-table.bin", "offset": 32768 },
{ "path": "firmware_esp32c6/ota_data_initial.bin", "offset": 61440 },
{ "path": "firmware_esp32c6/esp32_nat_router.bin", "offset": 131072 }
]
},
{
"chipFamily": "ESP32-C5",
"parts": [
{ "path": "firmware_esp32c5/bootloader.bin", "offset": 8192 },
{ "path": "firmware_esp32c5/partition-table.bin", "offset": 32768 },
{ "path": "firmware_esp32c5/ota_data_initial.bin", "offset": 61440 },
{ "path": "firmware_esp32c5/esp32_nat_router.bin", "offset": 131072 }
]
}
]
}