mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
fixed control check
This commit is contained in:
parent
139bdc7699
commit
bb668a1ac9
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class radio:
|
||||||
}
|
}
|
||||||
|
|
||||||
# start rigctld...
|
# start rigctld...
|
||||||
if self.config["RADIO"]["radiocontrol"] in ["rigctld_bundle"]:
|
if self.config["RADIO"]["control"] in ["rigctld_bundle"]:
|
||||||
self.start_service()
|
self.start_service()
|
||||||
|
|
||||||
# connect to radio
|
# connect to radio
|
||||||
|
|
Loading…
Reference in a new issue