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.
This commit is contained in:
John
2025-01-07 15:42:41 -05:00
committed by GitHub
parent 257532920c
commit 9423a17de1

View File

@@ -61,8 +61,5 @@
"LICENSE",
"README.md"
]
},
"build": {
"libCompatMode": "strict"
}
}