Remove unusued postprocess
This commit is contained in:
parent
746001d3f3
commit
b1d9ab3c53
11 changed files with 75 additions and 95 deletions
|
@ -1,17 +1,13 @@
|
|||
{
|
||||
"name": "OrangeClock 2.13 inch",
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32-S2",
|
||||
"parts": [
|
||||
{ "path": "/firmwares/lolin_s2_mini_213epd.bin", "offset": 0 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"chipFamily": "ESP32-S3",
|
||||
"parts": [
|
||||
{ "path": "/firmwares/lolin_s3_mini_213epd.bin", "offset": 0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "OrangeClock 2.13 inch",
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32-S2",
|
||||
"parts": [{ "path": "/firmwares/lolin_s2_mini_213epd.bin", "offset": 0 }]
|
||||
},
|
||||
{
|
||||
"chipFamily": "ESP32-S3",
|
||||
"parts": [{ "path": "/firmwares/lolin_s3_mini_213epd.bin", "offset": 0 }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,17 +1,13 @@
|
|||
{
|
||||
"name": "OrangeClock 2.9 inch",
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32-S2",
|
||||
"parts": [
|
||||
{ "path": "lolin_s2_mini_29epd.bin", "offset": 0 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"chipFamily": "ESP32-S3",
|
||||
"parts": [
|
||||
{ "path": "lolin_s3_mini_29epd.bin", "offset": 0 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "OrangeClock 2.9 inch",
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32-S2",
|
||||
"parts": [{ "path": "lolin_s2_mini_29epd.bin", "offset": 0 }]
|
||||
},
|
||||
{
|
||||
"chipFamily": "ESP32-S3",
|
||||
"parts": [{ "path": "lolin_s3_mini_29epd.bin", "offset": 0 }]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
{
|
||||
"name": "OrangeClock PCB",
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32-S3",
|
||||
"parts": [
|
||||
{
|
||||
"path": "/firmwares/orangeclock_29epd.bin",
|
||||
"offset": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"name": "OrangeClock PCB",
|
||||
"builds": [
|
||||
{
|
||||
"chipFamily": "ESP32-S3",
|
||||
"parts": [
|
||||
{
|
||||
"path": "/firmwares/orangeclock_29epd.bin",
|
||||
"offset": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue