mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 13:30:36 +01:00
Fix defaults
This commit is contained in:
parent
5a0e2b2e1e
commit
f1a35c0a9a
@ -610,7 +610,7 @@ class SidebandCore():
|
||||
if not "hw_rnode_coding_rate" in self.config:
|
||||
self.config["hw_rnode_coding_rate"] = 6
|
||||
if not "hw_rnode_tx_power" in self.config:
|
||||
self.config["hw_rnode_tx_power"] = 0
|
||||
self.config["hw_rnode_tx_power"] = 22
|
||||
if not "hw_rnode_sec_frequency" in self.config:
|
||||
self.config["hw_rnode_sec_frequency"] = None
|
||||
if not "hw_rnode_sec_modulation" in self.config:
|
||||
@ -622,11 +622,11 @@ class SidebandCore():
|
||||
if not "hw_rnode_sec_coding_rate" in self.config:
|
||||
self.config["hw_rnode_sec_coding_rate"] = 6
|
||||
if not "hw_rnode_sec_tx_power" in self.config:
|
||||
self.config["hw_rnode_sec_tx_power"] = 0
|
||||
self.config["hw_rnode_sec_tx_power"] = 5
|
||||
if not "hw_rnode_atl_short" in self.config:
|
||||
self.config["hw_rnode_atl_short"] = None
|
||||
if not "hw_rnode_atl_long" in self.config:
|
||||
self.config["hw_rnode_atl_long"] = None
|
||||
self.config["hw_rnode_atl_long"] = 10
|
||||
if not "hw_rnode_sec_atl_short" in self.config:
|
||||
self.config["hw_rnode_sec_atl_short"] = None
|
||||
if not "hw_rnode_sec_atl_long" in self.config:
|
||||
|
Loading…
Reference in New Issue
Block a user