Improved handling of Android interfaces in apps without hardware access

This commit is contained in:
Mark Qvist 2022-10-20 20:10:50 +02:00
parent 8fec5cedbe
commit b479e14ca5
6 changed files with 53 additions and 1 deletions

View file

@ -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