Skip to content

Commit c5e420c

Browse files
committed
Update artifacts after stash
1 parent 6fe130a commit c5e420c

11 files changed

+37
-5
lines changed

artifacts/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "1446305e240146df33c4ef2264c95ddc",
10-
"summary": "Fix typo"
9+
"md5": "7ed1ed14fefa4ddb131a6061cb0bac5e",
10+
"summary": "Clean artifacts"
1111
},
1212
"parts": [
1313
{
@@ -20,8 +20,8 @@
2020
"chipFamily": "ESP32",
2121
"ota": {
2222
"path": "openspool-esp32.ota.bin",
23-
"md5": "dda0c79f4bff4b64ad0f5cd90773f839",
24-
"summary": "Fix typo"
23+
"md5": "e7738c7a0349420c03ce5566faf6d76e",
24+
"summary": "Clean artifacts"
2525
},
2626
"parts": [
2727
{
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"chipFamily": "ESP32",
3+
"ota": {
4+
"path": "openspool-esp32.ota.bin",
5+
"md5": "e7738c7a0349420c03ce5566faf6d76e",
6+
"summary": "Clean artifacts"
7+
},
8+
"parts": [
9+
{
10+
"path": "openspool-esp32.factory.bin",
11+
"offset": 0
12+
}
13+
]
14+
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
80730349bb38858f8a9456a25b593c91
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e7738c7a0349420c03ce5566faf6d76e
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"chipFamily": "ESP32-S2",
3+
"ota": {
4+
"path": "openspool-esp32s2.ota.bin",
5+
"md5": "7ed1ed14fefa4ddb131a6061cb0bac5e",
6+
"summary": "Clean artifacts"
7+
},
8+
"parts": [
9+
{
10+
"path": "openspool-esp32s2.factory.bin",
11+
"offset": 0
12+
}
13+
]
14+
}
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e25413eb74502702d0be327ad09833dd
Binary file not shown.

0 commit comments

Comments
 (0)