Fix defaults

This commit is contained in:
jacob.eva 2024-09-16 18:31:11 +01:00
parent 5a0e2b2e1e
commit f1a35c0a9a
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -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: