mirror of https://bitbucket.org/ausocean/av.git
cmd/revid-cli: setting mode to paused if ns is in burst mode.
This commit is contained in:
parent
8978f9edc5
commit
1cdbfa2c66
|
@ -282,7 +282,7 @@ func run(cfg revid.Config) error {
|
|||
}
|
||||
|
||||
if ns.Mode() == burst {
|
||||
ns.SetMode(normal, &vs)
|
||||
ns.SetMode(paused, &vs)
|
||||
}
|
||||
|
||||
for {
|
||||
|
|
Loading…
Reference in New Issue