forked from me-no-dev/AsyncTCP
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