Skip to content

Commit 9e9b375

Browse files
committed
Update artifacts after stash
1 parent e1157b4 commit 9e9b375

File tree

1 file changed

+2
-33
lines changed

1 file changed

+2
-33
lines changed

artifacts/manifest.json

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
11
{
22
"name": "OpenSpool",
3-
"version": "0.1.12",
4-
"builds": [
5-
{
6-
"chipFamily": "ESP32-S2",
7-
"ota": {
8-
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "7b844d7220943b738c46fa9ef378d75e",
10-
"summary": "Add PSRAM image",
11-
"release_url": "https://raw.githubusercontent.com/spuder/OpenSpool/main/artifacts/openspool-esp32s2/manifest.json"
12-
},
13-
"parts": [
14-
{
15-
"path": "openspool-esp32s2.factory.bin",
16-
"offset": 0
17-
}
18-
]
19-
},
20-
{
21-
"chipFamily": "ESP32",
22-
"ota": {
23-
"path": "openspool-esp32.ota.bin",
24-
"md5": "569e0540e1e92865b61c66e9a2a9c048",
25-
"summary": "Add PSRAM image",
26-
"release_url": "https://raw.githubusercontent.com/spuder/OpenSpool/main/artifacts/openspool-esp32/manifest.json"
27-
},
28-
"parts": [
29-
{
30-
"path": "openspool-esp32.factory.bin",
31-
"offset": 0
32-
}
33-
]
34-
}
35-
],
3+
"version": "0.1.15",
4+
"builds": [],
365
"new_install_prompt_erase": true
376
}

0 commit comments

Comments
 (0)