Skip to content

Commit

Permalink
Add exemple in manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ngraziano committed Oct 24, 2020
1 parent 72f8a03 commit 8592d80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,16 @@
"type": "git",
"url": "https://github.com/ngraziano/LMICPP-Arduino.git"
},
"examples": [
{
"name": "Simple",
"base": "examples/simple",
"files": [
"platformio.ini",
"src/main.cpp",
"src/lorakeys.h"
]
}
],
"dependencies": []
}

0 comments on commit 8592d80

Please sign in to comment.