Skip to content

Commit ad1d3a2

Browse files
committed
Update version to 1.5.4
1 parent 1ee1545 commit ad1d3a2

10 files changed

+23
-6
lines changed

docs/firmware/manifest.json

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "7b34147e71a155dd06fda64e801464e0",
10-
"summary": "Fix version",
9+
"md5": "0843a10718353726e7298267379f69fd",
10+
"summary": "Add esp32s3",
1111
"release_url": "https://openspool.io/firmware"
1212
},
1313
"parts": [
@@ -16,6 +16,21 @@
1616
"offset": 0
1717
}
1818
]
19+
},
20+
{
21+
"chipFamily": "ESP32-S3",
22+
"ota": {
23+
"path": "openspool-esp32s3.ota.bin",
24+
"md5": "8ea74cc89380548ce9899bae123957b2",
25+
"summary": "Add esp32s3",
26+
"release_url": "https://openspool.io/firmware"
27+
},
28+
"parts": [
29+
{
30+
"path": "openspool-esp32s3.factory.bin",
31+
"offset": 0
32+
}
33+
]
1934
}
2035
],
2136
"new_install_prompt_erase": true
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3d51824bdcbe9211b5ac6add29021965
1+
545c6d859b204f30dcb34a89d6ff0d49
0 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7b34147e71a155dd06fda64e801464e0
1+
0843a10718353726e7298267379f69fd
1.29 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c1587550f7eb7f67c1f479759f0e4ee0
1.23 MB
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8ea74cc89380548ce9899bae123957b2

firmware/conf.d/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
# Do not modify, github actions will update the number on each new release
33
substitutions:
4-
version: "1.5.3"
4+
version: "1.5.4"

0 commit comments

Comments
 (0)