Add link to persistence repository in LoRaWAN Reference example

pull/1034/head
StevenCellist 2024-03-25 13:42:52 +01:00 zatwierdzone przez GitHub
rodzic 18c1ce47b4
commit d1b911b273
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -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
} // loop