From 9813d5cf733634c373418afc931cdf96aa61477c Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Tue, 15 Apr 2025 11:43:48 +0200 Subject: [PATCH] Broader platforms, bump version # --- library.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/library.json b/library.json index 0058b36..bb99735 100644 --- a/library.json +++ b/library.json @@ -12,11 +12,8 @@ "type": "git", "url": "https://git.xpablo.cz/pablo2048/Trace.git" }, - "version": "1.1.0", + "version": "2.0.0", "license": "MIT", "frameworks": "arduino", - "platforms": ["espressif8266","espressif32"], - "build": { - "libCompatMode": "strict" - } + "platforms": "*", }