Skip to content

Commit 76846c4

Browse files
committed
Update README
1 parent fff33f1 commit 76846c4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We mainly test on the ESP32 platform with `embassy` async framework.
2222
Include this crate in your Cargo project by adding the following to `Cargo.toml`:
2323
```toml
2424
[dependencies]
25-
dw3000-ng = "0.5.1
25+
dw3000-ng = "0.7"
2626
```
2727

2828
## Documentation
@@ -57,6 +57,11 @@ If you are using this in your academic work, please cite it as follows:
5757

5858
## CHANGELOG
5959

60+
### 0.7.0
61+
62+
- Add field rx_quality to struct Message holding first path signal power by (@elrafoon)
63+
- Fixed STS config values by (@elrafoon)
64+
6065
### 0.6.1
6166

6267
- Fixed read of the `RX_RAWST` register

0 commit comments

Comments
 (0)