From d1b911b2736df60bdf6825691ad3d6b321745772 Mon Sep 17 00:00:00 2001 From: StevenCellist <47155822+StevenCellist@users.noreply.github.com> Date: Mon, 25 Mar 2024 13:42:52 +0100 Subject: [PATCH] Add link to persistence repository in LoRaWAN Reference example --- examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino b/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino index 0d9b15ee..770b4795 100644 --- a/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino +++ b/examples/LoRaWAN/LoRaWAN_Reference/LoRaWAN_Reference.ino @@ -12,8 +12,10 @@ LoRaWAN v1.1 requires the use of EEPROM (persistent storage). Running this examples REQUIRES you to check "Resets DevNonces" - on your LoRaWAN dashboard. Refer to the network's - documentation on how to do this. + 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 @@ -196,4 +198,4 @@ void loop() { delay(delayMs); -} // loop \ No newline at end of file +} // loop