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/src/loragw_tx_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loragw_tx_test/src/loragw_tx_test.c') diff --git a/loragw_tx_test/src/loragw_tx_test.c b/loragw_tx_test/src/loragw_tx_test.c index bb8fe2c..d1c5403 100644 --- a/loragw_tx_test/src/loragw_tx_test.c +++ b/loragw_tx_test/src/loragw_tx_test.c @@ -158,7 +158,7 @@ int main(int argc, char **argv) case 'p': /* -p RF power */ i = sscanf(optarg, "%i", &xi); - if ((i != 1) || (xi < 0) || (xi > 20)) { + if ((i != 1) || (xi < 0) || (xi > 30)) { MSG("ERROR: invalid RF power\n"); return EXIT_FAILURE; } else { -- cgit v1.2.3