From f9667fd684e8f96b0993fbb0214be740fde88ed3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 10 Oct 2024 23:49:20 +0200 Subject: [PATCH] Fixed missing import on Android --- RNS/Reticulum.py | 1 + 1 file changed, 1 insertion(+) diff --git a/RNS/Reticulum.py b/RNS/Reticulum.py index 424063c..be49a44 100755 --- a/RNS/Reticulum.py +++ b/RNS/Reticulum.py @@ -29,6 +29,7 @@ if get_platform() == "android": from .Interfaces import TCPInterface from .Interfaces import UDPInterface from .Interfaces import I2PInterface + from .Interfaces import RNodeMultiInterface from .Interfaces.Android import RNodeInterface from .Interfaces.Android import SerialInterface from .Interfaces.Android import KISSInterface