This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
Firmware Release v1.20.2.r2
Changes:
- LTE: check for SIM card before attaching
- LTE: Add timeout parameter to lte_send_at_cmd
- LTE: improve exception texts
- LTE: callback LTE_EVENT_BREAK
- LTE: reduce AT+CEREG from 2 to 1
- BLE: Fix a problem when machine.sleep(resume_wifi_ble=True)
- BLE: Resume the BT Connection from the original list if connection was not…
- BLE: Fix memory leak happens after Bluetooth disconnect
- BLE: fix address type handling
- Pybytes version 1.6.1 - OTA bug fix
- Pygate: add pygate_reset() to power cycle the module
- Pygate: reset the JIT queue margins
- make: option MICROPY_FLOAT_IMPL - thanks for this contribution! PR 470
- make: Pybytes and Pygate firmwares built from same source tree
Downgrade note!
If you update a FiPy or Gpy to this version and later downgrade again to any previous version, you need to run the following commands:
from network import LTE
lte = LTE()
print(lte.send_at_cmd('AT+CEREG=2'))