def uart_mirror(self, color): import pycom pycom.heartbeat(False) time.sleep(.5) pycom.rgbled(color) from network import LTE LTE.modem_upgrade_mode()
def uart_mirror(self, color): import pycom pycom.heartbeat(False) time.sleep(.5) pycom.rgbled(color) LTE.modem_upgrade_mode() return True