mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 23:24:59 -04:00
Configured announce ingress limit defaults
This commit is contained in:
parent
03340ed091
commit
fb4e53f6e3
7 changed files with 23 additions and 0 deletions
|
@ -1234,6 +1234,9 @@ class RNodeInterface(Interface):
|
|||
self.setRadioState(KISS.RADIO_STATE_OFF)
|
||||
self.leave()
|
||||
|
||||
def should_ingress_limit(self):
|
||||
return False
|
||||
|
||||
def __str__(self):
|
||||
return "RNodeInterface["+str(self.name)+"]"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue