summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2015-02-05 15:03:10 +0100
committerSylvain Miermont <smiermont@semtech.com>2015-02-05 15:03:10 +0100
commitbe5c8ac770bc5b142e2c6a47702d9ac653141371 (patch)
tree37f69650eb68db46e127aa7fbcc62f68150778bc /readme.md
parent23127d92c2c2cbef1b870686c4fc2dd5ba05daec (diff)
downloadlora_gateway-be5c8ac770bc5b142e2c6a47702d9ac653141371.tar.gz
lora_gateway-be5c8ac770bc5b142e2c6a47702d9ac653141371.tar.bz2
lora_gateway-be5c8ac770bc5b142e2c6a47702d9ac653141371.zip
v1.7.0v1.7.0
- Added TX “start delay” compensation for timestamp mode (fix time window alignment issue at low SF and/or high BW) - Added adaptive narrowband/wideband TX filtering for LoRa - Added a command-line option to set CR in util_tx_test - Added notes for TX “start delay” in immediate and triggered mode /!\ warning: due to start delay compensation being implemented, TX that were previously 1.5ms late will be sent on time. At low datarate, this is not an issue. At high LoRa data rate (and FSK) you might have to adjust your timing.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 6bb399b..3e6dd1b 100644
--- a/readme.md
+++ b/readme.md
@@ -56,6 +56,17 @@ gateways as receivers.
3. Changelog
-------------
+### v1.7.0 ###
+
+* Added TX start delay compensation for timestamp mode (fix time window alignment issue at low SF and/or high BW)
+* Added adaptive narrowband/wideband TX filtering for LoRa
+* Added a command-line option to set CR in util_tx_test
+* Added notes for TX start delay in immediate and triggered mode
+
+/!\ warning: due to start delay compensation being implemented, TX that were
+previously 1.5ms late will be sent on time. At low datarate, this is not an
+issue. At high LoRa data rate (and FSK) you might have to adjust your timing.
+
### v1.6.0 ###
* Fixed bug with 250kHz and 500 kHz TX filtering