mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-07-18 14:28:09 -07:00
Added Access Point interface mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user