Initial commit
This commit is contained in:
commit
e670b3f71f
36 changed files with 3243 additions and 0 deletions
17
static/manifests/epd2_13.json
Normal file
17
static/manifests/epd2_13.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
17
static/manifests/epd2_9.json
Normal file
17
static/manifests/epd2_9.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"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 }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
14
static/manifests/oc_pcb.json
Normal file
14
static/manifests/oc_pcb.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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