summaryrefslogtreecommitdiff
path: root/loragw_band_survey/src/loragw_band_survey.c
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2013-11-22 17:08:59 +0100
committerSylvain Miermont <smiermont@semtech.com>2013-11-22 17:08:59 +0100
commit0d3fcabc3616d95f9fbeeb367087926dcdb32ca1 (patch)
tree7769a5bb9217a49e67145ae47cc993bfcdb01891 /loragw_band_survey/src/loragw_band_survey.c
parentb9710cd6fa8195e442f8bbce53364a125c9198ad (diff)
downloadlora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.tar.gz
lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.tar.bz2
lora_gateway-0d3fcabc3616d95f9fbeeb367087926dcdb32ca1.zip
v1.1.0v1.1.0
- Fixed bug 'no TX on radio B' (rfch 1) - Added feature: concentrator processing delay compensation in the receive() function for accurate 'end of packet' even timestamping - Added feature: TX 'start delay' compensation in the send() function to emit packet exactly on target timestamp - Added feature: timestamp counter verification in send() function, return an error if scheduling was too late - Switched license to 'Revised BSD'
Diffstat (limited to 'loragw_band_survey/src/loragw_band_survey.c')
-rw-r--r--loragw_band_survey/src/loragw_band_survey.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/loragw_band_survey/src/loragw_band_survey.c b/loragw_band_survey/src/loragw_band_survey.c
index dc37eef..eefd814 100644
--- a/loragw_band_survey/src/loragw_band_survey.c
+++ b/loragw_band_survey/src/loragw_band_survey.c
@@ -8,6 +8,9 @@
Description:
Configure Lora concentrator board and record received packets in a log file
+
+License: Revised BSD License, see LICENSE.TXT file include in the project
+Maintainer: Sylvain Miermont
*/