Skip to content

Commit

Permalink
Update camera version number to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brutella committed May 30, 2019
1 parent 06378a9 commit f177b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hkcam/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func main() {
dnslog.Debug.Enable()
}

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

cfg := ffmpeg.Config{
Expand Down

0 comments on commit f177b72

Please sign in to comment.