From 6783ae1068289bc653c18f77a8764247507b4ac7 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 7 Jan 2025 15:42:53 -0500 Subject: [PATCH] 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. --- library.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/library.json b/library.json index 5d6e228..b6032d4 100644 --- a/library.json +++ b/library.json @@ -22,9 +22,6 @@ "espressif32", "libretiny" ], - "build": { - "libCompatMode": 2 - }, "export": { "include": [ "examples", @@ -35,4 +32,4 @@ "README.md" ] } -} \ No newline at end of file +}