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

Firmware Release v1.18.2

Choose a tag to compare

@iwahdan88 iwahdan88 released this 08 Feb 23:53
· 45 commits to master since this release
07a52e4

Improvments

  • Updates to MQTT lib.
  • Added API to Get/set DNS servers.
  • Updated Sequans FW upgrade scripts
  • Enabled LCP Echo interval in IDF
  • Improvedd PPP session suspend/resume
  • Wifi AP mode on boot now is using only Default AP and SSID -> Initially the onboot wifi mode was using the ssid/pwd configured in pycom-config saved in flash which caused inconvenience for some users when switching between Pybytes FW and other Base FWs since the AP would be brought up with same ssid/pwd. This is now removed and in next releases wifi config saved in flash will be improved for more efficiency and relaiability.
  • Added factory modem reset option , method to check UE coverage and Bug fixes

Bug Fixes

  • Fixed socke.connect Crash problem when LoRa/Sifgfox initialized before Wifi/LTE
  • Updates and bug fixes for LTE module
  • Fixed bug in spi.read()..The parameter write=.. in spi.read() was ignored. Instead always 0x55 was sent. (author @robert-hh )
  • MQTTlib: Gracefully handle EAGAIN return of Socket.write
  • fix an issue in cleaning up user threads during of soft-reset
  • Fix issue causing Device crash when safe booting (CTRL-F) while BLE/Wlan enabled
  • Fix makefile bug excluding SIPY FIPY LOPY4 from secure Boot process