chore: 🔥 Remove test.json
This commit is contained in:
parent
ad64842f4c
commit
43da9bad87
125
src/tests.json
125
src/tests.json
@ -1,125 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "ESP Application",
|
|
||||||
"new_install_prompt_erase": true,
|
|
||||||
"builds": [
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 4096
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-C2",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-C3",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-C6",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-H2",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-S2",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 4096
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"chipFamily": "ESP32-S3",
|
|
||||||
"parts": [
|
|
||||||
{
|
|
||||||
"path": "bootloader.bin",
|
|
||||||
"offset": 0
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "partitions.bin",
|
|
||||||
"offset": 32768
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"path": "firmware.bin",
|
|
||||||
"offset": 65536
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user