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.