diff options
Diffstat (limited to 'loragw_pkt_logger')
-rw-r--r-- | loragw_pkt_logger/Makefile | 5 | ||||
-rw-r--r-- | loragw_pkt_logger/README.TXT | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/loragw_pkt_logger/Makefile b/loragw_pkt_logger/Makefile index 6b90495..761ab03 100644 --- a/loragw_pkt_logger/Makefile +++ b/loragw_pkt_logger/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_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. |