Added last updated dates & corresponding RadioLib version number
This commit is contained in:
parent
7389d74e69
commit
ec9126dae0
2 changed files with 9 additions and 1 deletions
|
@ -24,6 +24,10 @@
|
||||||
|
|
||||||
For LoRaWAN details, see the wiki page
|
For LoRaWAN details, see the wiki page
|
||||||
https://github.com/jgromes/RadioLib/wiki/LoRaWAN
|
https://github.com/jgromes/RadioLib/wiki/LoRaWAN
|
||||||
|
|
||||||
|
|
||||||
|
Last updated 1st March 2024 for RadioLib 6.4.2
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library
|
// include the library
|
||||||
|
@ -140,7 +144,7 @@ void loop() {
|
||||||
Serial.println(state);
|
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
|
// which allows recall of the session after reboot or deepsleep
|
||||||
node.saveSession();
|
node.saveSession();
|
||||||
|
|
||||||
|
|
|
@ -25,6 +25,10 @@
|
||||||
|
|
||||||
For LoRaWAN details, see the wiki page
|
For LoRaWAN details, see the wiki page
|
||||||
https://github.com/jgromes/RadioLib/wiki/LoRaWAN
|
https://github.com/jgromes/RadioLib/wiki/LoRaWAN
|
||||||
|
|
||||||
|
|
||||||
|
Last updated 1st March 2024 for RadioLib 6.4.2
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library
|
// include the library
|
||||||
|
|
Loading…
Add table
Reference in a new issue