Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

1.11.0.b1

Compare
Choose a tag to compare
@Xykon Xykon released this 18 Dec 22:30
· 118 commits to master since this release

Firmware 1.11.0.b1 release notes:

  • Add the LTE class as part of the network module. Available for the FiPy and the GPy.

  • Add tx_done() method to the UART class.

  • Correct timer task priority. Fix downlink issue with LoRaWAN introduced in the previous release.

  • Add pycom.ota_verify() method to check the integrity of the update binary.

  • Add machine.temperature() method:

    Read ESP32 internal temperature sensor (not an official API, unreliable - see
    espressif/esp-idf#146)

  • Make sure to call nvs_commit after nvs_erase_all.

  • Allow adding channels with LoRaWAN data rates lower than DR5 - fixes issue #96

With this release the FiPy support WiFi, Bluetooth, LoRa and LTE (Cat-M1). Sigfox support will be added later this week.