From 77f0f0f73b02fa4433ebad3cac3bea8e06b18ca1 Mon Sep 17 00:00:00 2001 From: Pablo2048 <pablo@xpablo.cz> Date: Tue, 15 Apr 2025 13:53:52 +0200 Subject: [PATCH] Simplified library.json --- library.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 245b9b6..047f456 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,6 @@ { "name":"encString", + "version":"1.0.0", "description":"Simple String encoding/decoding library", "authors": { @@ -13,7 +14,7 @@ }, "license": "MIT", "frameworks": "arduino", - "platforms": ["espressif8266", "espressif32"], + "platforms": "*", "build": { "libCompatMode": 2, "libLDFMode": "deep"