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_spi_stress/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'loragw_spi_stress/Makefile') diff --git a/loragw_spi_stress/Makefile b/loragw_spi_stress/Makefile index d2fe09d..b19eee9 100644 --- a/loragw_spi_stress/Makefile +++ b/loragw_spi_stress/Makefile @@ -11,10 +11,11 @@ FLAG_AUX= ### constants for Lora Gateway HAL library -LGW_PATH=../loragw_hal +LGW_PATH=../libloragw LGW_INC=-I$(LGW_PATH)/inc -#LGW_LNK=-lloragw -lrt + LGW_LNK=-lloragw -lrt -lmpsse +#LGW_LNK=-lloragw -lrt # add libmpsse or not, depending on what option you compiled the libloragw with ### general build targets -- cgit v1.2.3