Skip to content

Commit

Permalink
Release v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed Jul 2, 2019
1 parent 8602781 commit 6a81223
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can use a pre-configured Raspbian Stretch Lite image, where everything is al

You only need to

1. download the pre-configured Raspbian image and copy onto an sd card; [download](https://github.com/brutella/hkcam/releases/download/v0.0.8/raspbian-stretch-lite-2019-04-08-hkcam-v0.0.8-armv6.img.zip)
1. download the pre-configured Raspbian image and copy onto an sd card; [download](https://github.com/brutella/hkcam/releases/download/v0.0.9/raspbian-stretch-lite-2019-04-08-hkcam-v0.0.9-armv6.img.zip)

- **Note**: This image only works on a Raspberry Pi Zero

Expand All @@ -67,7 +67,7 @@ You only need to
> diskutil unmountDisk /dev/rdisk3
>
> # copy image on disk3
> sudo dd bs=1m if=~/Downloads/raspbian-stretch-lite-2019-04-08-hkcam-v0.0.8-armv6.img of=/dev/rdisk3 conv=sync
> sudo dd bs=1m if=~/Downloads/raspbian-stretch-lite-2019-04-08-hkcam-v0.0.9-armv6.img of=/dev/rdisk3 conv=sync
> ```
3. add your WiFi credentials so that the Raspberry Pi can connect to your WiFi
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/hkcam/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
hkcam_version: 'v0.0.8'
hkcam_version: 'v0.0.9'
hkcam_download_file_name: hkcam-{{ hkcam_version }}_linux_armhf.tar.gz
hkcam_download_url: https://github.com/brutella/hkcam/releases/download/{{ hkcam_version }}/{{ hkcam_download_file_name }}
hkcam_download_dir: /tmp
Expand Down
2 changes: 1 addition & 1 deletion cmd/hkcam/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func main() {
ffmpeg.EnableVerboseLogging()
}

switchInfo := accessory.Info{Name: "Camera", FirmwareRevision: "0.0.8", Manufacturer: "Matthias Hochgatterer"}
switchInfo := accessory.Info{Name: "Camera", FirmwareRevision: "0.0.9", Manufacturer: "Matthias Hochgatterer"}
cam := accessory.NewCamera(switchInfo)

cfg := ffmpeg.Config{
Expand Down

0 comments on commit 6a81223

Please sign in to comment.