mirror of https://bitbucket.org/ausocean/av.git
revid: using only one output when we're getting config from netreceiver
This commit is contained in:
parent
e118a639d4
commit
5a2d89ef8f
|
@ -392,6 +392,7 @@ func (r *Revid) Update(vars map[string]string) error {
|
|||
for key, value := range vars {
|
||||
switch key {
|
||||
case "Output":
|
||||
r.config.Outputs = make([]uint8, 1)
|
||||
// FIXME(kortschak): There can be only one!
|
||||
// How do we specify outputs after the first?
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue