From 9423a17de1e35c14e64e9d6d17079804a82414d8 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 7 Jan 2025 15:42:41 -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 12598bc..a8c81ea 100644 --- a/library.json +++ b/library.json @@ -61,8 +61,5 @@ "LICENSE", "README.md" ] - }, - "build": { - "libCompatMode": "strict" } -} \ No newline at end of file +}