Skip to content

Commit 95bac1c

Browse files
authored
Override default compat mode in PlatformIO manifest
Please consider merging this PR since the default compatibility mode is `soft` that prohibits compilation of this library if no `framework` field is specified in `platformio.ini` file (which is the default choice for `native` platform). Thanks!
1 parent fb1bbe7 commit 95bac1c

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)