summaryrefslogtreecommitdiff
path: root/loragw_pkt_logger/README.TXT
diff options
context:
space:
mode:
authorSylvain Miermont <smiermont@semtech.com>2013-10-24 11:10:04 +0200
committerSylvain Miermont <smiermont@semtech.com>2013-10-24 11:10:50 +0200
commitb9710cd6fa8195e442f8bbce53364a125c9198ad (patch)
treed01d5345b7c85df6d003db1e17c82187c8b22d31 /loragw_pkt_logger/README.TXT
parent4977430ef31fb52994fed42b9cb180930ed943d0 (diff)
downloadlora_gateway-b9710cd6fa8195e442f8bbce53364a125c9198ad.tar.gz
lora_gateway-b9710cd6fa8195e442f8bbce53364a125c9198ad.tar.bz2
lora_gateway-b9710cd6fa8195e442f8bbce53364a125c9198ad.zip
v1.0.0v1.0.0
- switched FTDI as default SPI phy layer in library.cfg - fixed a bug in TX power control; still only two TW power available, 14 and 24 dBm - changed library directory name from loragw_hal to libloragw to follow usual conventions
Diffstat (limited to 'loragw_pkt_logger/README.TXT')
-rw-r--r--loragw_pkt_logger/README.TXT4
1 files changed, 2 insertions, 2 deletions
diff --git a/loragw_pkt_logger/README.TXT b/loragw_pkt_logger/README.TXT
index 278d026..9469904 100644
--- a/loragw_pkt_logger/README.TXT
+++ b/loragw_pkt_logger/README.TXT
@@ -34,7 +34,7 @@ Data structures of the received packets are accessed by name (ie. not at a
binary level) so new functionalities can be added to the API without affecting
that program at all.
-It was tested with beta8 of the libloragw library, and should be compatible
+It was tested with v1.0.0 of the libloragw library, and should be compatible
with any later version of the library assuming the API is downward-compatible.
3. Usage
@@ -84,5 +84,5 @@ without any consequence for the program execution.
4. Changelog
-------------
-2013-10-18, beta 1
+2013-10-24, v1
Initial version.