Skip to content

Commit 1a92bc7

Browse files
Merge pull request #5 from valeros/patch-1
Override default compat mode in PlatformIO manifest
2 parents fb1bbe7 + 95bac1c commit 1a92bc7

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
@@ -14,6 +14,9 @@
1414
"exclude": [
1515
"test"
1616
],
17+
"build": {
18+
"libCompatMode": "off"
19+
},
1720
"frameworks": "arduino",
1821
"platforms": "native"
19-
}
22+
}

0 commit comments

Comments
 (0)