Initial commit

This commit is contained in:
Djuri 2024-03-30 15:17:52 +01:00
commit e670b3f71f
36 changed files with 3243 additions and 0 deletions

View 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 }
]
}
]
}

View 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 }
]
}
]
}

View file

@ -0,0 +1,14 @@
{
"name": "OrangeClock PCB",
"builds": [
{
"chipFamily": "ESP32-S3",
"parts": [
{
"path": "/firmwares/orangeclock_29epd.bin",
"offset": 0
}
]
}
]
}