We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff33f1 commit 76846c4Copy full SHA for 76846c4
README.md
@@ -22,7 +22,7 @@ We mainly test on the ESP32 platform with `embassy` async framework.
22
Include this crate in your Cargo project by adding the following to `Cargo.toml`:
23
```toml
24
[dependencies]
25
-dw3000-ng = "0.5.1
+dw3000-ng = "0.7"
26
```
27
28
## Documentation
@@ -57,6 +57,11 @@ If you are using this in your academic work, please cite it as follows:
57
58
## CHANGELOG
59
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
65
### 0.6.1
66
67
- Fixed read of the `RX_RAWST` register
0 commit comments