Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
Update README to indicate usage of lora-phy version 2 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceekdee committed Sep 25, 2023
1 parent 7b64d70 commit fb96900
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v2.1.2] - 2023-09-25

### Changed
- Minor README update.

## [v2.1.1] - 2023-09-14

### Changed
Expand Down Expand Up @@ -64,7 +69,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- first release to crates.io.


[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v2.1.1...HEAD
[Unreleased]: https://github.com/embassy-rs/lora-phy/compare/v2.1.2...HEAD
[v2.1.2]: https://github.com/embassy-rs/lora-phy/compare/v2.1.1...v2.1.2
[v2.1.1]: https://github.com/embassy-rs/lora-phy/compare/v2.1.0...v2.1.1
[v2.1.0]: https://github.com/embassy-rs/lora-phy/compare/v2.0.0...v2.1.0
[v2.0.0]: https://github.com/embassy-rs/lora-phy/compare/v1.2.0...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lora-phy"
version = "2.1.1"
version = "2.1.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/embassy-rs/lora-phy"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

## LoRa physical layer API

For users wishing to implement a LoRaWAN or P2P solution, the following implementation files provide the necessary context for lora-phy version 1.
lora-phy version 2 includes minor API updates, as outlined in the change log, which have not been applied to Embassy yet.
For users wishing to implement a LoRaWAN or P2P solution, the following implementation files provide the necessary context for lora-phy version 2.

- <a href="https://github.com/embassy-rs/lora-phy/blob/main/src/lib.rs">the API itself</a>;
- <a href="https://github.com/embassy-rs/lora-phy/blob/main/src/mod_params.rs">pertinent ancillary information</a>.
Expand Down

0 comments on commit fb96900

Please sign in to comment.