mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-13 18:08:35 -07:00
Fixed missing import on Android
This commit is contained in:
@@ -29,6 +29,7 @@ if get_platform() == "android":
|
|||||||
from .Interfaces import TCPInterface
|
from .Interfaces import TCPInterface
|
||||||
from .Interfaces import UDPInterface
|
from .Interfaces import UDPInterface
|
||||||
from .Interfaces import I2PInterface
|
from .Interfaces import I2PInterface
|
||||||
|
from .Interfaces import RNodeMultiInterface
|
||||||
from .Interfaces.Android import RNodeInterface
|
from .Interfaces.Android import RNodeInterface
|
||||||
from .Interfaces.Android import SerialInterface
|
from .Interfaces.Android import SerialInterface
|
||||||
from .Interfaces.Android import KISSInterface
|
from .Interfaces.Android import KISSInterface
|
||||||
|
|||||||
Reference in New Issue
Block a user