Skip to content

Commit

Permalink
Merge pull request #28 from IRNAS/release/v1.5.2
Browse files Browse the repository at this point in the history
Release v1.5.2
  • Loading branch information
klancarLuka authored Mar 6, 2024
2 parents 5a83c1c + e15b1af commit f70ecff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.5.2] - 2024-03-06

### Changed

- Changed frequency band minimum for the 2GHz band from exactly 2GHz to 1.98GHz.

## [1.5.1] - 2023-07-05

### Fixed
Expand Down Expand Up @@ -70,7 +76,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- WiFi scan sample.
- Modified ping-pong sample with signal reporting for LR 868 MHz, LR 2.4 GHz and BT signal strength.

[Unreleased]: https://github.com/IRNAS/SWDR001-Zephyr/compare/v1.5.1...HEAD
[Unreleased]: https://github.com/IRNAS/SWDR001-Zephyr/compare/v1.5.2...HEAD

[1.5.2]: https://github.com/IRNAS/SWDR001-Zephyr/compare/v1.5.1...v1.5.2

[1.5.1]: https://github.com/IRNAS/SWDR001-Zephyr/compare/v1.5.0...v1.5.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#define LR1120MB1DXS_SUBGHZ_FREQ_MIN 150000000
#define LR1120MB1DXS_SUBGHZ_FREQ_MAX 960000000

#define LR1120MB1DXS_2GHZ_FREQ_MIN 2000000000
#define LR1120MB1DXS_2GHZ_FREQ_MIN 1980000000
#define LR1120MB1DXS_2GHZ_FREQ_MAX 2100000000

#define LR1120MB1DXS_2_4GHZ_FREQ_MIN 2400000000
Expand Down

0 comments on commit f70ecff

Please sign in to comment.