#
...
Changelog
`app-nrf9160-wmbus`
...
collect
...
wMBus
...
telegrams
...
and
...
upload
...
via
...
NB-IoT/LTE-M
...
or
...
LoRaWAN
This
...
changelog's
...
format
...
is
...
based
...
on
...
[Keep
...
a
...
Changelog](https://keepachangelog.com/en/1.0.0/),
and
...
this
...
project
...
adheres
...
to
...
[Semantic
...
Versioning](https://semver.org/spec/v2.0.0.html).
## 0.24.2 - 2024-03-12
### Fixed
- Fix device lockup after config change via LoRaWAN. (Introduced in v0.23.3)
## 0.24.1 - 2024-03-06
### Fixed
- Fixed wmbus type A reception for long telegrams greater than 0xff bytes (including PHY CRCs). E.g. eBZ WD3 electricity meters using wmbus compact profile telegrams.
### Changed
- Disable use of eDRX feature to support fast PSM (power safe mode) entry on battery driven devices.
- Enable use of eDRX feature on external powered devices. (default before for all devices)
### Updated
- nrf_modem lib from 2.5.0 to 2.6.0
...