Skip to content

Commit

Permalink
Merge pull request #15 from torfmaster/feature/mqtt-client
Browse files Browse the repository at this point in the history
Initial Implementation of mqtt client
  • Loading branch information
torfmaster committed Aug 29, 2024
2 parents 015b57d + f846819 commit dd0517e
Show file tree
Hide file tree
Showing 16 changed files with 628 additions and 68 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,13 @@ jobs:
with:
name: raspberry-pi-executable
path: target/armv7-unknown-linux-musleabihf/release/hackdose-server

- uses: actions/upload-artifact@v3
with:
name: mqtt-client-mango-pi-executable
path: target/riscv64gc-unknown-linux-gnu/release/hackdose_mqtt_client

- uses: actions/upload-artifact@v3
with:
name: mqtt-client-raspberry-pi-executable
path: target/armv7-unknown-linux-musleabihf/release/hackdose_mqtt_client
Loading

0 comments on commit dd0517e

Please sign in to comment.