mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-09 06:53:16 -04:00
Added support for RNode interfaces on Android
This commit is contained in:
parent
1141a3034d
commit
372bedcd85
2 changed files with 52 additions and 22 deletions
|
@ -29,6 +29,7 @@ if get_platform() == "android":
|
|||
from .Interfaces import TCPInterface
|
||||
from .Interfaces import UDPInterface
|
||||
from .Interfaces import I2PInterface
|
||||
from .Interfaces import RNodeInterface
|
||||
else:
|
||||
from .Interfaces import *
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue