Skip to content

Commit cb2c040

Browse files
committed
Update artifacts after stash
1 parent 6fdaac4 commit cb2c040

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

artifacts/manifest.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
{
22
"name": "OpenSpool",
3-
"version": "0.1.19",
4-
"builds": [],
3+
"version": "0.1.20",
4+
"builds": [
5+
{
6+
"chipFamily": "ESP32-S2",
7+
"ota": {
8+
"path": "openspool-esp32s2.ota.bin",
9+
"md5": "aa35f90bd8fe127334bbe0a49c5c2646",
10+
"summary": "only build on tags"
11+
},
12+
"parts": [
13+
{
14+
"path": "openspool-esp32s2.factory.bin",
15+
"offset": 0
16+
}
17+
]
18+
},
19+
{
20+
"chipFamily": "ESP32",
21+
"ota": {
22+
"path": "openspool-esp32.ota.bin",
23+
"md5": "3bbbca8190fa1aae91d826cd59c6e3fc",
24+
"summary": "only build on tags"
25+
},
26+
"parts": [
27+
{
28+
"path": "openspool-esp32.factory.bin",
29+
"offset": 0
30+
}
31+
]
32+
}
33+
],
534
"new_install_prompt_erase": true
635
}

0 commit comments

Comments
 (0)