mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-06-11 16:33:00 -04:00
Added announce frequency sampling to interfaces
This commit is contained in:
parent
ea52153969
commit
0fd75cb819
11 changed files with 84 additions and 27 deletions
|
@ -54,8 +54,7 @@ class PipeInterface(Interface):
|
|||
if respawn_delay == None:
|
||||
respawn_delay = 5
|
||||
|
||||
self.rxb = 0
|
||||
self.txb = 0
|
||||
super().__init__()
|
||||
|
||||
self.HW_MTU = 1064
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue