mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-13 13:58:11 +00:00
Cleanup
This commit is contained in:
parent
830327e4a2
commit
ca3f0bba6d
1 changed files with 0 additions and 10 deletions
|
|
@ -112,16 +112,6 @@ class Interface:
|
|||
self.ic_held_release_interval = RNS.Reticulum.get_instance()._default_ic_held_release_interval()
|
||||
self.held_announces = {}
|
||||
|
||||
# RNS.log(f"=========== init ===========")
|
||||
# RNS.log(f"self.ic_max_held_announces : {self.ic_max_held_announces}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"self.ic_burst_hold : {self.ic_burst_hold}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"self.ic_burst_freq_new : {self.ic_burst_freq_new}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"self.ic_burst_freq : {self.ic_burst_freq}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"self.ic_new_time : {self.ic_new_time}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"self.ic_burst_penalty : {self.ic_burst_penalty}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"self.ic_held_release_interval : {self.ic_held_release_interval}", RNS.LOG_CRITICAL)
|
||||
# RNS.log(f"=========== init ===========\n")
|
||||
|
||||
self.ia_freq_deque = deque(maxlen=Interface.IA_FREQ_SAMPLES)
|
||||
self.oa_freq_deque = deque(maxlen=Interface.OA_FREQ_SAMPLES)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue