We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dacf2a commit 51d0142Copy full SHA for 51d0142
firmware/conf.d/version.yaml
@@ -1,4 +1,4 @@
1
---
2
# Do not modify, github actions will update the number on each new release
3
substitutions:
4
- version: "1.4.5"
+ version: "1.4.6"
firmware/manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "OpenSpool",
+ "version": "1.4.6",
+ "builds": [
5
+ {
6
+ "chipFamily": "ESP32-S2",
7
+ "ota": {
8
+ "path": "openspool-esp32s2.ota.bin",
9
+ "md5": "44ec4ebf8e742cc8e6d0527e65b0aa82",
10
+ "summary": "Add manifest.json",
11
+ "release_url": "https://github.com/spuder/openspool/releases/download/1.4.6"
12
+ },
13
+ "parts": [
14
15
+ "path": "openspool-esp32s2.factory.bin",
16
+ "offset": 0
17
+ }
18
+ ]
19
20
+ ],
21
+ "new_install_prompt_erase": true
22
+}
0 commit comments