From e73e8ca185f083b5e7d6e4415901e2bd0bb9380c Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Mon, 15 Oct 2018 14:14:10 +0200 Subject: [PATCH] tests/pkg_semtech-loramac: update application README Add note about save and erase loramac subcommands --- tests/pkg_semtech-loramac/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/pkg_semtech-loramac/README.md b/tests/pkg_semtech-loramac/README.md index 447dba4679..658d390ebd 100644 --- a/tests/pkg_semtech-loramac/README.md +++ b/tests/pkg_semtech-loramac/README.md @@ -133,6 +133,20 @@ the next uplink: ``` ### Other shell commands + +* Save the device LoRaWAN configuration (EUIs and keys) in EEPROM (if provided + by the microcontroller): + + > loramac save + + On the next device reboot, these parameters will be automatically re-read + from the EEPROM non-volatile storage and thus you can join directly the + network without entering them again from the command line. + +* Remove previously stored LoRaWAN configuration: + + > loramac erase + * Switch the default datarate index (from 0 to 16). 5 is for SF7, BW125: ``` > loramac set dr 5 -- GitLab