From ecc78fa45f0e840836f75b737c596ec87ab91ab2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 15 Oct 2022 11:36:18 +0200 Subject: [PATCH] Added Android serial interface --- RNS/Interfaces/Android/SerialInterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNS/Interfaces/Android/SerialInterface.py b/RNS/Interfaces/Android/SerialInterface.py index c58c513..2b664bf 100644 --- a/RNS/Interfaces/Android/SerialInterface.py +++ b/RNS/Interfaces/Android/SerialInterface.py @@ -59,7 +59,7 @@ class SerialInterface(Interface): from usbserial4a import serial4a as serial self.parity = "N" else: - RNS.log("Could not load USB serial module for Android, RNode interface cannot be created.", RNS.LOG_CRITICAL) + RNS.log("Could not load USB serial module for Android, Serial interface cannot be created.", RNS.LOG_CRITICAL) RNS.panic() else: raise SystemError("Android-specific interface was used on non-Android OS")