Skip to content

Commit

Permalink
misc: update library config
Browse files Browse the repository at this point in the history
- list ArduinoJson as a dependency.
- add Arduino sketch path to config.
- fix the 'platformio_example' path.
  • Loading branch information
sleepdefic1t committed Feb 5, 2019
1 parent 66a527c commit 55d830b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions library.json
Expand Up @@ -23,6 +23,9 @@
},
{
"name": "bip39"
},
{
"name": "ArduinoJson"
}
],
"export": {
Expand All @@ -36,8 +39,9 @@
]
},
"examples": [
"[Ee]xamples/platformio_example/*.ino",
"[Ee]xamples/platformio_example/*.cpp",
"[Ee]xamples/platformio_example/*.c"
"[Ee]xamples/arduino/*/*.ino",
"[Ee]xamples/platformio_example/*/*.ino",
"[Ee]xamples/platformio_example/*/*.cpp",
"[Ee]xamples/platformio_example/*/*.c"
]
}

0 comments on commit 55d830b

Please sign in to comment.