diff --git a/examples/lorawan/README.md b/examples/lorawan/README.md index 578ce7eac5..66cf1c343e 100644 --- a/examples/lorawan/README.md +++ b/examples/lorawan/README.md @@ -75,7 +75,7 @@ for that device. 2. flash device, set appropriate keys and test - $ DEVEUI= APPEUI= APPKEY= IOTLAB_NODE=auto-ssh make -C examples/lorawan/ flash test + $ DEVEUI= APPEUI= APPKEY= IOTLAB_NODE=auto make -C examples/lorawan/ flash test 3. stop the iotlab experiment: @@ -84,4 +84,4 @@ for that device. _note_: if you have multiple running experiments you will need to set `IOTLAB_EXP_ID` to the appropriate experiment, when using the `iotlab-exp` you will see a: `Waiting that experiment 175694 gets in state Running`. That number matches - the experiment id you started. \ No newline at end of file + the experiment id you started. diff --git a/tests/pkg_semtech-loramac/README.md b/tests/pkg_semtech-loramac/README.md index 3da6d09fc5..e2cf16efee 100644 --- a/tests/pkg_semtech-loramac/README.md +++ b/tests/pkg_semtech-loramac/README.md @@ -256,7 +256,7 @@ for ABP. The test assumes that both devices have the same Application EUI. 2. flash device with the appropriate keys and test - $ DEVEUI=<...> APPEUI=<...> APPKEY=<...> DEVADDR=<...> NWKSKEY=<...> APPSKEY=<...> RX2_DR=<...> IOTLAB_NODE=auto-ssh make -C tests/pkg_semtech-loramac flash test + $ DEVEUI=<...> APPEUI=<...> APPKEY=<...> DEVADDR=<...> NWKSKEY=<...> APPSKEY=<...> RX2_DR=<...> IOTLAB_NODE=auto make -C tests/pkg_semtech-loramac flash test 3. stop the iotlab experiment: @@ -265,4 +265,4 @@ for ABP. The test assumes that both devices have the same Application EUI. _note_: if you have multiple running experiments you will need to set `IOTLAB_EXP_ID` to the appropriate experiment, when using the `iotlab-exp` you will see a: `Waiting that experiment 175694 gets in state Running`. That number matches - the experiment id you started. \ No newline at end of file + the experiment id you started.