Skip to content

Commit 7361c0a

Browse files
committed
Fixed VSCode periodic-uplink-lpp project default LoRaWAN class selection
1 parent ceb9844 commit 7361c0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
// periodic-uplink-lpp, fuota-test-01.
3131
"SUB_PROJECT":"periodic-uplink-lpp",
3232

33+
// Select the default LoRaWAN class to be used
34+
// Only aplies to periodic-uplink-lpp project. You can choose between:
35+
// CLASS_A, CLASS_B, CLASS_C
36+
"LORAWAN_DEFAULT_CLASS":"CLASS_A",
37+
3338
// Switch for Class B support of LoRaMac:
3439
"CLASSB_ENABLED":"ON",
3540

0 commit comments

Comments
 (0)