mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-22 22:40:58 -04:00
Added ingress control config option
This commit is contained in:
parent
c5248d53d6
commit
52028aa44c
2 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,7 @@ class Interface:
|
|||
self.rxb = 0
|
||||
self.txb = 0
|
||||
self.online = False
|
||||
self.ingress_control = True
|
||||
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