From ec9126dae0e31ec8b3fd63e0b2fccda4c27c1ab9 Mon Sep 17 00:00:00 2001 From: Nick McCloud Date: Fri, 1 Mar 2024 09:48:55 +0000 Subject: [PATCH] Added last updated dates & corresponding RadioLib version number --- examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino | 6 +++++- .../LoRaWAN_End_Device_Reference.ino | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino b/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino index f7db5b95..9089a77c 100644 --- a/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino +++ b/examples/LoRaWAN/LoRaWAN_End_Device/LoRaWAN_End_Device.ino @@ -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(); diff --git a/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino b/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino index 1e5faf6d..8e50b7a5 100644 --- a/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino +++ b/examples/LoRaWAN/LoRaWAN_End_Device_Reference/LoRaWAN_End_Device_Reference.ino @@ -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