mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-18 22:28:11 -07:00
Added announce frequency sampling to interfaces
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user