Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

57 lines (36 loc) · 1.63 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[3.0.0] - 2023-11-12

Added

  • New app architecture, geolocation fully autonomous, device doesn't need to be connected to a network to start geolocation operation.
  • Add capability to send data thought store and forward service.
  • Uptate LoRa Basics Modem version from 3.3.0 to 4.3.0

removed

  • [geolocation_gnss] Application code.
  • [geolocation_gnss_wifi] Application code.
  • [geolocation_wifi] Application code.

[2.3.0] - 2023-06-12

Change

  • Application code update according to geolocation middleware v2.1.0. see Geolocation middleware Changelog.
  • Uptate LoRa Basics Modem version from 3.2.4 to 3.3.0

[2.2.0] - 2023-01-23

Change

[2.1.1] - 2022-11-10

Added

  • Support of the regions IN_865 / RU_864 / AU_915 / AS_923_GRP1 / AS_923_GRP2 /AS_923_GRP3 / KR_920

Change

  • General code improvement

Fixed

  • LoRa Basics Modem crashlog was not functionnal
  • smtc_modem_hal_get_battery_level was always returning 254
  • Race condition when time was not available anymore in on_middleware_gnss_event function

[2.0.8] - 2022-06-29

Fixed

  • Overconsumption in airplane mode
  • RTC rollover after 6 days

[2.0.7] - 2022-06-15

Added

  • Initial version