Added last updated dates & corresponding RadioLib version number

pull/995/head
Nick McCloud 2024-03-01 09:48:55 +00:00
rodzic 7389d74e69
commit ec9126dae0
2 zmienionych plików z 9 dodań i 1 usunięć

Wyświetl plik

@ -24,6 +24,10 @@
For LoRaWAN details, see the wiki page
https://github.com/jgromes/RadioLib/wiki/LoRaWAN
Last updated 1st March 2024 for RadioLib 6.4.2
*/
// include the library
@ -140,7 +144,7 @@ void loop() {
Serial.println(state);
}
// on boards that can save to Flash or EEPROMthis saves the session
// on boards that can save to Flash or EEPROM this saves the session
// which allows recall of the session after reboot or deepsleep
node.saveSession();

Wyświetl plik

@ -25,6 +25,10 @@
For LoRaWAN details, see the wiki page
https://github.com/jgromes/RadioLib/wiki/LoRaWAN
Last updated 1st March 2024 for RadioLib 6.4.2
*/
// include the library