Skip to content

Timeouts, Temperature, and Sequans

Compare
Choose a tag to compare
@SRGDamia1 SRGDamia1 released this 22 May 19:22
· 518 commits to master since this release
d678b85

In this release

  • New module support

    • Sequans Monarch LTE-M (ie Nimbelink Skywire VZN LTE-M) by @nootropicdesign
    • Split SARA R4/N4 into a separate file from other ublox
  • New Features

    • Fully implement connect timeout for all modems
      • This is not just a compiler patch for the ESP32 and ESP8266, the connect function should fully honor any given timeout. NOTE: The timeout value in the connect is in seconds , most other timeouts are in milliseconds.
    • Added functions to get chip temperature, where applicable
    • Added/implemented some additional battery functions
  • Other

    • Completely removed memory-consuming virtual class
      • To reduce replication, most common functions have be written as pre-processor macros in the common file.
    • Added timeouts in all cases where waiting for a response from the modem. This should prevent infinite hangs.

Enjoy 😉
@SRGDamia1