From b54aa77b4243526a06e52157b828de18703eecff Mon Sep 17 00:00:00 2001 From: jgromes Date: Sat, 26 Aug 2023 20:35:48 +0200 Subject: [PATCH] [LoRaWAN] Fixed incorrect example name --- .../LoRaWAN_End_Device_ABP.ino} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename examples/LoRaWAN/{LoRaWAN_End_Device_APB/LoRaWAN_End_Device_APB.ino => LoRaWAN_End_Device_ABP/LoRaWAN_End_Device_ABP.ino} (98%) diff --git a/examples/LoRaWAN/LoRaWAN_End_Device_APB/LoRaWAN_End_Device_APB.ino b/examples/LoRaWAN/LoRaWAN_End_Device_ABP/LoRaWAN_End_Device_ABP.ino similarity index 98% rename from examples/LoRaWAN/LoRaWAN_End_Device_APB/LoRaWAN_End_Device_APB.ino rename to examples/LoRaWAN/LoRaWAN_End_Device_ABP/LoRaWAN_End_Device_ABP.ino index 9ac61b4e..e464830e 100644 --- a/examples/LoRaWAN/LoRaWAN_End_Device_APB/LoRaWAN_End_Device_APB.ino +++ b/examples/LoRaWAN/LoRaWAN_End_Device_ABP/LoRaWAN_End_Device_ABP.ino @@ -1,7 +1,7 @@ /* - RadioLib LoRaWAN End Device APB Example + RadioLib LoRaWAN End Device ABP Example - This example sets up a LoRaWAN node using APB (activation + This example sets up a LoRaWAN node using ABP (activation by personalization). Before you start, you will have to register your device at https://www.thethingsnetwork.org/ After your device is registered, you can run this example.