summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2014-10-27 15:00:25 +0100
committerSylvain Miermont <smiermont@semtech.com>2014-10-27 15:00:25 +0100
commit23127d92c2c2cbef1b870686c4fc2dd5ba05daec (patch)
treed22c4588938d6e9d5a6f0c64dcdf2699bb135b6f /readme.md
parenta39d133560cbb617557bb912f0c188bab73055fd (diff)
downloadlora_gateway-23127d92c2c2cbef1b870686c4fc2dd5ba05daec.tar.gz
lora_gateway-23127d92c2c2cbef1b870686c4fc2dd5ba05daec.tar.bz2
lora_gateway-23127d92c2c2cbef1b870686c4fc2dd5ba05daec.zip
v1.6.0v1.6.0
- Fixed bug with 250kHz and 500 kHz TX filtering - Adjusted FSK timestamp calibration in RX for accurate RX/TX alignment - Added lgw_abort_tx() function to stop a TX at any time (scheduled or ongoing) - Added support for user-settable FSK sync word (same for RX and TX) - Added support for the Chinese 780 MHz band - Added support for Kerlink 433 gateway - Added support for Cisco 433, 470 & 780 MHz concentrators boards
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1d46a5a..6bb399b 100644
--- a/readme.md
+++ b/readme.md
@@ -56,9 +56,19 @@ gateways as receivers.
3. Changelog
-------------
+### v1.6.0 ###
+
+* Fixed bug with 250kHz and 500 kHz TX filtering
+* Adjusted FSK timestamp calibration in RX for accurate RX/TX alignment
+* Added lgw_abort_tx() function to stop a TX at any time (scheduled or ongoing)
+* Added support for user-settable FSK sync word (same for RX and TX)
+* Added support for the Chinese 780 MHz band
+* Added support for Kerlink 433 gateway
+* Added support for Cisco 433, 470 & 780 MHz concentrators boards
+
### v1.5.0 ###
-* Adding option to discriminate LoRa MAC networks from private LoRa networks at PHY level.
+* Adding option to isolate public LoRa MAC networks at PHY level.
### v1.4.1 ###