Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit 9423a17

Browse files
authored
Remove libCompatMode from library.json
Specifying libCompatMode in library.json prevents projects from overriding the library compatibility mode as needed. This prevents the library from being used in builds where Arduino is a component to ESP-IDF.
1 parent 2575329 commit 9423a17

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

library.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,5 @@
6161
"LICENSE",
6262
"README.md"
6363
]
64-
},
65-
"build": {
66-
"libCompatMode": "strict"
6764
}
68-
}
65+
}

0 commit comments

Comments
 (0)