From b9710cd6fa8195e442f8bbce53364a125c9198ad Mon Sep 17 00:00:00 2001 From: Sylvain Miermont Date: Thu, 24 Oct 2013 11:10:04 +0200 Subject: v1.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 --- loragw_tx_test/README.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loragw_tx_test/README.TXT') diff --git a/loragw_tx_test/README.TXT b/loragw_tx_test/README.TXT index 2f95735..ca02b16 100644 --- a/loragw_tx_test/README.TXT +++ b/loragw_tx_test/README.TXT @@ -28,7 +28,7 @@ Data structures of the sent 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 @@ -61,5 +61,5 @@ packet error rate. 4. Changelog ------------- -2013-10-18, beta 1 +2013-10-24, v1 Initial version. -- cgit v1.2.3