mirror of https://bitbucket.org/ausocean/av.git
revid/inputs.go: corrected ipCamPass value
This commit is contained in:
parent
02a44ecea2
commit
2b52266407
|
@ -50,7 +50,7 @@ import (
|
|||
// TODO: remove this when gvctrl has configurable user and pass.
|
||||
const (
|
||||
ipCamUser = "admin"
|
||||
ipCamPass = "pass"
|
||||
ipCamPass = "admin"
|
||||
)
|
||||
|
||||
// startRaspivid sets up things for input from raspivid i.e. starts
|
||||
|
|
Loading…
Reference in New Issue