We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cbb70 commit eb4c5a7Copy full SHA for eb4c5a7
docs/changelog.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 2.1.1
4
+
5
+* Do not unmarshal and marshal PHYPayload on receiving / sending
6
+* Set FDev field when using FSK modulation ([#16](https://github.com/brocaar/lora-gateway-bridge/issues/16))
7
+* Omit empty time field ([#15](https://github.com/brocaar/lora-gateway-bridge/issues/16))
8
9
## 2.1.0
10
11
* Support protocol v1 & v2 simultaneously.
mkdocs.yml
@@ -16,7 +16,7 @@ pages:
16
- Kerlink IoT Station: gateways/kerlink-iot-station.md
17
18
extra:
19
- version: '2.1.0'
+ version: '2.1.1'
20
github:
21
download_release: true
22
0 commit comments