From bddcaa2aff78952e0b4eb42588f37b06d6fb889d Mon Sep 17 00:00:00 2001 From: Bascy Date: Sat, 25 Jan 2025 13:18:41 +0100 Subject: [PATCH 1/2] Update library.json added espressif32 platform support --- library.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/library.json b/library.json index 1396806..de394f0 100644 --- a/library.json +++ b/library.json @@ -10,7 +10,10 @@ "keywords": "SSL,TLS,GSM,Arduino,Client,TinyGsmClient,mbedtls", "license": "GPL-3.0-or-later", "frameworks": "arduino", - "platforms": "esp32", + "platforms": [ + "esp32", + ""espressif32" + ], "authors": [ { From 0e9cf9e30e5200749fc4a071ef4d94f0fef257f9 Mon Sep 17 00:00:00 2001 From: Bascy Date: Mon, 27 Jan 2025 08:46:17 +0100 Subject: [PATCH 2/2] Removed excess quotation mark --- library.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/library.json b/library.json index de394f0..37c6ce3 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,7 @@ { "name": "SSLClient", "version": "1.3.2", - "repository": - { + "repository": { "type": "git", "url": "https://github.com/govorox/SSLClient.git" }, @@ -12,10 +11,9 @@ "frameworks": "arduino", "platforms": [ "esp32", - ""espressif32" + "espressif32" ], - "authors": - [ + "authors": [ { "name": "V Govorovski", "maintainer": true @@ -25,4 +23,4 @@ "maintainer": true } ] -} +} \ No newline at end of file