mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-13 03:42:45 -04:00
Added Access Point interface mode
This commit is contained in:
parent
8ec356a28e
commit
0e1279d012
5 changed files with 49 additions and 4 deletions
|
@ -7,6 +7,10 @@ class Interface:
|
|||
RPT = False
|
||||
name = None
|
||||
|
||||
MODE_FULL = 0x01
|
||||
MODE_POINT_TO_POINT = 0x02
|
||||
MODE_ACCESS_POINT = 0x03
|
||||
|
||||
def __init__(self):
|
||||
self.rxb = 0
|
||||
self.txb = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue