mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-02 06:36:14 -04:00
Improved handling of Android interfaces in apps without hardware access
This commit is contained in:
parent
8fec5cedbe
commit
b479e14ca5
6 changed files with 53 additions and 1 deletions
|
@ -34,6 +34,7 @@ if get_platform() == "android":
|
|||
from .Interfaces.Android import KISSInterface
|
||||
else:
|
||||
from .Interfaces import *
|
||||
from .Interfaces.Android import *
|
||||
|
||||
from .vendor.configobj import ConfigObj
|
||||
import configparser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue