Skip to content

Commit 70f521e

Browse files
committed
library manifests minor fix
1 parent fc9c55e commit 70f521e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

library.json

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"url": "https://github.com/gioblu/Cape.git"
1414
},
1515
"version": "3.0",
16+
"examples": [
17+
"examples/*/*.ino",
18+
"examples/*/*/*.ino",
19+
],
1620
"frameworks": [
1721
"arduino",
1822
"wiringpi"

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ sentence=Encrypt with Cape
66
paragraph=Cape is a string encryption library developed to support data security for limited microcontrollers.
77
category=Data Processing
88
url=https://github.com/gioblu/Cape
9-
architectures=avr
9+
architectures=atmelavr,avr,esp8266,sam,samd,teensy,tiny

0 commit comments

Comments
 (0)