Merge pull request #36 from thorrak/remove-libCompatMode

Remove libCompatMode from library.json
This commit is contained in:
Mathieu Carbou
2025-01-07 22:08:18 +01:00
committed by GitHub

View File

@@ -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"
] ]
} }
} }