Skip to content

Commit

Permalink
Fixed VSCode periodic-uplink-lpp project default LoRaWAN class selection
Browse files Browse the repository at this point in the history
  • Loading branch information
mluis1 committed Jul 1, 2021
1 parent ceb9844 commit 7361c0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
// periodic-uplink-lpp, fuota-test-01.
"SUB_PROJECT":"periodic-uplink-lpp",

// Select the default LoRaWAN class to be used
// Only aplies to periodic-uplink-lpp project. You can choose between:
// CLASS_A, CLASS_B, CLASS_C
"LORAWAN_DEFAULT_CLASS":"CLASS_A",

// Switch for Class B support of LoRaMac:
"CLASSB_ENABLED":"ON",

Expand Down

1 comment on commit 7361c0a

@Junaid-Qadir-UniGe
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi sir, I am an absolute beginner and don't know how to compile this project. I am trying for the last 20 days but still couldn't succeed. Can you please let me know how to compile this project in Vs Code?

Thanks and regards

Please sign in to comment.