Added ingress control config option

This commit is contained in:
Mark Qvist 2023-09-30 21:07:22 +02:00
parent c5248d53d6
commit 52028aa44c
2 changed files with 6 additions and 0 deletions

View file

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