mirror of
https://github.com/me-no-dev/AsyncTCP.git
synced 2025-09-26 22:30:56 +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",
|
||||||
@@ -35,4 +32,4 @@
|
|||||||
"README.md"
|
"README.md"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user