mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-05 16:05:54 -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
|
@ -114,8 +114,7 @@ class RNodeInterface(Interface):
|
|||
RNS.log("You can install one with the command: python3 -m pip install pyserial", RNS.LOG_CRITICAL)
|
||||
RNS.panic()
|
||||
|
||||
self.rxb = 0
|
||||
self.txb = 0
|
||||
super().__init__()
|
||||
|
||||
self.HW_MTU = 508
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue