diff options
author | Sylvain Miermont <smiermont@semtech.com> | 2013-12-12 15:31:52 +0100 |
---|---|---|
committer | Sylvain Miermont <smiermont@semtech.com> | 2013-12-12 15:31:52 +0100 |
commit | b665027754e4a050b5c3ea2da999dce8bf3ab710 (patch) | |
tree | d028dbe74bb59bd5d5e7a96c7ac2d550927310e1 /libloragw/doc/MANUAL.TXT | |
parent | 0d3fcabc3616d95f9fbeeb367087926dcdb32ca1 (diff) | |
download | lora_gateway-b665027754e4a050b5c3ea2da999dce8bf3ab710.tar.gz lora_gateway-b665027754e4a050b5c3ea2da999dce8bf3ab710.tar.bz2 lora_gateway-b665027754e4a050b5c3ea2da999dce8bf3ab710.zip |
v1.1.1v1.1.1
- bugfix: fixed some range checks that did not prevent segfaults
- test: removed systematic register dump in test_loragw_hal.c
- modified Makefiles for easier cross-compilation
- added root README and removed TXT extension of other READMEs
Diffstat (limited to 'libloragw/doc/MANUAL.TXT')
-rw-r--r-- | libloragw/doc/MANUAL.TXT | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libloragw/doc/MANUAL.TXT b/libloragw/doc/MANUAL.TXT index 1659f03..a086761 100644 --- a/libloragw/doc/MANUAL.TXT +++ b/libloragw/doc/MANUAL.TXT @@ -200,14 +200,14 @@ started A typical application flow for using the HAL is the following: -<configure the radios and IF+modems> -<start the Lora gateway> -loop { - <fetch packets that were received by the gateway> - <process, store and/or forward received packets> - <send packets through the gateway> -} -<stop the gateway> + <configure the radios and IF+modems> + <start the Lora gateway> + loop { + <fetch packets that were received by the gateway> + <process, store and/or forward received packets> + <send packets through the gateway> + } + <stop the gateway> **/!\ Warning** The lgw_send function is non-blocking and returns while the Lora gateway is still sending the packet, or even before the packet has started |