mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-09-27 06:40:55 +02:00
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:
@@ -22,9 +22,6 @@
|
|||||||
"espressif32",
|
"espressif32",
|
||||||
"libretiny"
|
"libretiny"
|
||||||
],
|
],
|
||||||
"build": {
|
|
||||||
"libCompatMode": 2
|
|
||||||
},
|
|
||||||
"export": {
|
"export": {
|
||||||
"include": [
|
"include": [
|
||||||
"examples",
|
"examples",
|
||||||
|
Reference in New Issue
Block a user