Pycom docs



  • I'm sort of getting the impression that some of my code is a bit dated, eg I'm still using lte.send_at_cmd('AT^RESET') instead of lte.reset(). Is https://docs.pycom.io/firmwareapi/pycom/network/lte/ current? If so why does

    import network
    lte=network.LTE()
    print(lte.ue_coverage())
    

    give

    AttributeError: 'LTE' object has no attribute 'ue_coverage'
    

    Is there any merit in putting a date on docs so we know how old they are?


Log in to reply
 

Pycom on Twitter