From 18c1ce47b4ffe4a31ff6dd0044a5afd3110594ee Mon Sep 17 00:00:00 2001 From: StevenCellist <47155822+StevenCellist@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:41:04 +0100 Subject: [PATCH] Improve introductory comments in LoRaWAN ABP example --- examples/LoRaWAN/LoRaWAN_ABP/LoRaWAN_ABP.ino | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/examples/LoRaWAN/LoRaWAN_ABP/LoRaWAN_ABP.ino b/examples/LoRaWAN/LoRaWAN_ABP/LoRaWAN_ABP.ino index c31da1ec..ec27df63 100644 --- a/examples/LoRaWAN/LoRaWAN_ABP/LoRaWAN_ABP.ino +++ b/examples/LoRaWAN/LoRaWAN_ABP/LoRaWAN_ABP.ino @@ -4,16 +4,19 @@ ABP = Activation by Personalisation, an alternative to OTAA (Over the Air Activation). OTAA is preferable. - This example joins a LoRaWAN network and will send - uplink packets. Before you start, you will have to - register your device at https://www.thethingsnetwork.org/ + This example will send uplink packets to a LoRaWAN network. + Before you start, you will have to register your device at + https://www.thethingsnetwork.org/ After your device is registered, you can run this example. The device will join the network and start uploading data. - LoRaWAN v1.1 requires the use of EEPROM (persistent storage). - Running this examples REQUIRES you to check "Resets frame counters" - on your LoRaWAN dashboard. Refer to the network's documentation - on how to do this. + LoRaWAN v1.1 requires the use of persistent storage. + As this example does not use persistent storage, running this + examples REQUIRES you to check "Resets frame counters" + on your LoRaWAN dashboard. Refer to the notes or the + network's documentation on how to do this. + To comply with LoRaWAN v1.1's persistent storage, refer to + https://github.com/radiolib-org/radiolib-persistence For default module settings, see the wiki page https://github.com/jgromes/RadioLib/wiki/Default-configuration