From ab697dc5836825544cb6a55f900d0e501f54c8d8 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 15 Oct 2022 11:39:23 +0200 Subject: [PATCH] Android-specific import --- RNS/Reticulum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index 028d330..e4352b1 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -30,6 +30,7 @@ if get_platform() == "android": from .Interfaces import UDPInterface from .Interfaces import I2PInterface from .Interfaces.Android import RNodeInterface + from .Interfaces.Android import SerialInterface else: from .Interfaces import *