Ejemplo n.º 1
0
def crashedWarning():
    device.showMessage("FATAL ERROR\nthe app has crashed", "/media/alert.png")
Ejemplo n.º 2
0
def serialWarning():
    device.showMessage(
        "This app can only be controlled using the USB serial port!",
        "/media/usb.png")