Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Apr 13, 2023
1 parent 2590ce8 commit d922ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ For this to work you need to flash the LYWSD03MMC sensors with the custom firmwa

# Installing

The current release is [v0.4.0](https://github.com/st3fan/mijia-hub/releases/tag/v0.4.0).
The current release is [v0.5.0](https://github.com/st3fan/mijia-hub/releases/tag/v0.5.0).

The easiest way to get going with this is to download the attached .deb file and install it on a Raspberry Pi Zero W. If you have a device that is a different architecture, please file a bug and I will update the build scripts to generate the proper packages.

```
$ wget https://github.com/st3fan/mijia-hub/releases/download/v0.4.0/mijia-hub_0.4.0_armhf.deb
$ sudo dpkg --install mijia-hub_0.4.0_armhf.deb
$ wget https://github.com/st3fan/mijia-hub/releases/download/v0.5.0/mijia-hub_0.5.0_armhf.deb
$ sudo dpkg --install mijia-hub_0.5.0_armhf.deb
```

The default PIN for new devices is `122334455`. You can change this in `/etc/default/mijia-hub`:
Expand Down
2 changes: 1 addition & 1 deletion nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name: "mijia-hub"
arch: ${NFPM_ARCH}
platform: "linux"
version: "v0.4.0"
version: "v0.5.0"
section: "default"
priority: "extra"
maintainer: "Stefan Arentz <stefan@arentz.ca>"
Expand Down

0 comments on commit d922ddc

Please sign in to comment.