Skip to content

Commit 34a59f0

Browse files
committed
Changed examples default activation method to OTAA
1 parent 1527edf commit 34a59f0

File tree

45 files changed

+45
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+45
-45
lines changed

src/apps/LoRaMac/classA/B-L072Z-LRWAN1/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/NAMote72/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/NucleoL073/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/NucleoL152/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/NucleoL476/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/SAML21/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* When set to 1 the application uses the Over-the-Air activation procedure
6262
* When set to 0 the application uses the Personalization activation procedure
6363
*/
64-
#define OVER_THE_AIR_ACTIVATION 0
64+
#define OVER_THE_AIR_ACTIVATION 1
6565

6666
/*!
6767
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/SKiM880B/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/SKiM881AXL/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classA/SKiM980A/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

src/apps/LoRaMac/classB/B-L072Z-LRWAN1/Commissioning.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* When set to 1 the application uses the Over-the-Air activation procedure
6060
* When set to 0 the application uses the Personalization activation procedure
6161
*/
62-
#define OVER_THE_AIR_ACTIVATION 0
62+
#define OVER_THE_AIR_ACTIVATION 1
6363

6464
/*!
6565
* When using ABP activation the MAC layer must know in advance to which server

0 commit comments

Comments
 (0)