Skip to content

Commit 7f53ee8

Browse files
committed
Merge branch 'rpipicow' of https://github.com/agreenbhm/OpenSpool into rpipicow
2 parents 93bb6c1 + 7d2cc8c commit 7f53ee8

15 files changed

+42
-39
lines changed

.github/workflows/esphome.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,20 @@ jobs:
7474
cat firmware/conf.d/version.yaml
7575
7676
- name: Build OpenSpool-Mini firmware
77-
uses: esphome/build-action@v4.0.2
77+
uses: esphome/build-action@v6.0.0
7878
with:
7979
yaml-file: ${{ github.workspace }}/firmware/lolin_s2_mini.yaml
80+
version: 2024.12.4
8081
release-summary: ${{ env.RELEASE_SUMMARY }}
8182
release-url: https://openspool.io/firmware
8283
complete-manifest: false
8384
if: matrix.target == 'esp32s2'
8485

8586
- name: Build OpenSpool-AMS firmware
86-
uses: esphome/build-action@v4.0.2
87+
uses: esphome/build-action@v6.0.0
8788
with:
8889
yaml-file: ${{ github.workspace }}/firmware/lolin_s3_mini.yaml
90+
version: 2024.12.4
8991
release-summary: ${{ env.RELEASE_SUMMARY }}
9092
release-url: https://openspool.io/firmware
9193
complete-manifest: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# OpenSpool
88
**Your filament wants to be free**
99

10-
![](https://img.shields.io/badge/openspool-1.18.0-magenta)
10+
![](https://img.shields.io/badge/openspool-1.19.1-magenta)
1111
[![Discord](https://img.shields.io/discord/1298381115706576907?logo=discord)](https://discord.gg/4EaXHu9CEj) [![Reddit](https://img.shields.io/badge/reddit-join-orange?logo=reddit)](https://www.reddit.com/r/openspool)
1212

1313
---

docs/firmware/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "OpenSpool",
3-
"version": "1.18.0",
3+
"version": "1.19.1",
44
"builds": [
55
{
66
"chipFamily": "ESP32-S2",
77
"ota": {
88
"path": "openspool-esp32s2.ota.bin",
9-
"md5": "0617f2d5931811bbb77810a2b794cc72",
10-
"summary": "Add PETG HF",
9+
"md5": "7fb01acd9baa67eaded2ad43b291416e",
10+
"summary": "Pin esphome version",
1111
"release_url": "https://openspool.io/firmware"
1212
},
1313
"parts": [
@@ -21,8 +21,8 @@
2121
"chipFamily": "ESP32-S3",
2222
"ota": {
2323
"path": "openspool-esp32s3.ota.bin",
24-
"md5": "f4c66702ce689e97cf06d19ab8598708",
25-
"summary": "Add PETG HF",
24+
"md5": "ce2e7bda63b8f1dc7147363c7da5bd6f",
25+
"summary": "Pin esphome version",
2626
"release_url": "https://openspool.io/firmware"
2727
},
2828
"parts": [
16 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
da7abc6cd8c84931da289920727ed40a
1+
ff62443682a1aa96da63465ece35f693
16 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0617f2d5931811bbb77810a2b794cc72
1+
7fb01acd9baa67eaded2ad43b291416e
32 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c4314d9845f9fe14b4f367305e21f3fc
1+
2ddf258822a514fc62d5c0caa3278e96
32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)