mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-11-05 05:40:14 +00:00
Added Android serial interface
This commit is contained in:
parent
e5309caf48
commit
ecc78fa45f
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user