Skip to content

Commit 6e2e5fc

Browse files
committed
Include src/arduino in include paths
1 parent 4335fd1 commit 6e2e5fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

library.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"test"
1616
],
1717
"build": {
18-
"libCompatMode": "off"
18+
"libCompatMode": "off",
19+
"flags": [
20+
"-I src/arduino"
21+
]
1922
},
2023
"frameworks": "arduino",
2124
"platforms": "native"

0 commit comments

Comments
 (0)