We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fdaac4 commit cb2c040Copy full SHA for cb2c040
artifacts/manifest.json
@@ -1,6 +1,35 @@
1
{
2
"name": "OpenSpool",
3
- "version": "0.1.19",
4
- "builds": [],
+ "version": "0.1.20",
+ "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
22
+ "path": "openspool-esp32.ota.bin",
23
+ "md5": "3bbbca8190fa1aae91d826cd59c6e3fc",
24
25
26
27
28
+ "path": "openspool-esp32.factory.bin",
29
30
31
32
33
+ ],
34
"new_install_prompt_erase": true
35
}
0 commit comments