mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-05 08:19:58 +01:00
Ignore get VFO rigctl command
This commit is contained in:
parent
8785d1d032
commit
c56ade853f
|
|
@ -270,6 +270,9 @@ func (s *rigctldStruct) processCmd(cmd string) (close bool, err error) {
|
|||
} else {
|
||||
_ = s.sendReplyCode(rigctldNoError)
|
||||
}
|
||||
case cmd == "v": // Ignore this command.
|
||||
_ = s.sendReplyCode(rigctldUnsupportedCmd)
|
||||
return
|
||||
default:
|
||||
_ = s.sendReplyCode(rigctldUnsupportedCmd)
|
||||
return false, fmt.Errorf("got unknown cmd %s", cmd)
|
||||
|
|
|
|||
Loading…
Reference in a new issue