Browse Source

Merge pull request #134 from ivankravets/patch-5

Handle all nested examples
dds
Paul Stoffregen 9 years ago
parent
commit
8fe6d77908
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      library.json

+ 5
- 1
library.json View File

@@ -22,5 +22,9 @@
{
"name": "SerialFlash",
"frameworks": "arduino"
}
},
"examples": [
"examples/*/*.ino",
"examples/*/*/*.ino"
]
}

Loading…
Cancel
Save