summaryrefslogtreecommitdiff
path: root/loragw_band_survey
diff options
context:
space:
mode:
Diffstat (limited to 'loragw_band_survey')
-rw-r--r--loragw_band_survey/Makefile5
-rw-r--r--loragw_band_survey/README.TXT4
2 files changed, 5 insertions, 4 deletions
diff --git a/loragw_band_survey/Makefile b/loragw_band_survey/Makefile
index da10ef6..4ae2f2e 100644
--- a/loragw_band_survey/Makefile
+++ b/loragw_band_survey/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
diff --git a/loragw_band_survey/README.TXT b/loragw_band_survey/README.TXT
index da4e672..a34134d 100644
--- a/loragw_band_survey/README.TXT
+++ b/loragw_band_survey/README.TXT
@@ -25,7 +25,7 @@ This software call functions in the loragw_reg and loragw_reg sub-modules of
loragwlib. loragw_spi is used indirectly, and the loragw_hal sub-module is not
used at all, except for constants define at the top level.
-It has been qualified with the Lora Getway HAL library version beta8, and should
+It has been qualified with the Lora Getway HAL library version 1.0.0, and should
be compatible with any compatible later version that use the same API, or a
downward-compatible one.
@@ -53,5 +53,5 @@ yyyymmddThhmmssZ (eg. 20131009T172345Z for October 9th, 2013 at 5:23:45PM UTC)
4. Changelog
-------------
-2013-10-18, beta 1
+2013-10-24, v1
Initial version.