diff --git a/README.md b/README.md index 1ef6056..664beda 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/ansible/roles/hkcam/defaults/main.yml b/ansible/roles/hkcam/defaults/main.yml index 18289db..ed11a6c 100644 --- a/ansible/roles/hkcam/defaults/main.yml +++ b/ansible/roles/hkcam/defaults/main.yml @@ -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 diff --git a/cmd/hkcam/main.go b/cmd/hkcam/main.go index 090e93c..5bfc2bb 100644 --- a/cmd/hkcam/main.go +++ b/cmd/hkcam/main.go @@ -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{