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:53 -05:00
committed by GitHub
parent 22a6988a28
commit 6783ae1068

View File

@@ -22,9 +22,6 @@
"espressif32",
"libretiny"
],
"build": {
"libCompatMode": 2
},
"export": {
"include": [
"examples",
@@ -35,4 +32,4 @@
"README.md"
]
}
}
}