1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-28 16:01:18 +01:00

tests/pkg_semtech-loramac: add note about duty-cycle disabling

This commit is contained in:
Alexandre Abadie 2019-03-23 13:14:26 +01:00
parent 4e827085f7
commit e5831cf321
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -66,6 +66,11 @@ for US915 region.
The default region is `EU868`.
**For testing purpose**, it is possible to disable the duty-cycle restriction
implemented in the MAC layer with the `DISABLE_LORAMAC_DUTYCYCLE` macro:
CFLAGS=-DDISABLE_LORAMAC_DUTYCYCLE LORA_REGION=US915 LORA_DRIVER=sx1272 make ...
## Using the shell
This application provides the `loramac` command for configuring the MAC,