Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build_on_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
# Get required packages
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:
release: '9-2019-q4'
Expand All @@ -33,7 +33,7 @@ jobs:
run: pio run

- name: 'Upload Build Artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{github.workspace}}/.pio/build/**
name: ${{github.event.repository.name}}_build_${{github.run_number}}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ Of course the firmware can be further customized for other needs or projects.

<a/>

- **Telegram Community:** If you are an enthusiast join our [Hooover Telegram Group](https://t.me/joinchat/BHWO_RKu2LT5ZxEkvUB8uw)
- **Telegram Community:** The telegram group was closed by the owners, but no problem, we already launched a copy on matrix which is better than telegram anyways :)
- **Matrix Community:** [Join the new matrix group here](https://matrix.to/#/#hooover:brunner.ninja) (we imported all old telegram messages from the past 5+ years including pictures there)

---
## Stargazers
Expand Down