From 039507178bef358fc7f0ac41254afee46bdd71c2 Mon Sep 17 00:00:00 2001 From: Faizyee Date: Thu, 21 Nov 2024 13:27:16 +0700 Subject: [PATCH 1/3] Create library_index.json --- libraries/library_index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libraries/library_index.json diff --git a/libraries/library_index.json b/libraries/library_index.json new file mode 100644 index 000000000..4f866c89b --- /dev/null +++ b/libraries/library_index.json @@ -0,0 +1,16 @@ +{ + "name": "BersControl", + "keywords": "control, esp", + "author": "Faizyee", + "maintainer": "Faizyee ", + "sentence": "A simple library for control ESP", + "paragraph": "This library using WebSockets for protocol control ESP32/ESP8266.", + "category": "Communication", + "url": "https://github.com/Faizyee/BersControl", + "version": "1.0.3", + "architectures": "*", + "license": "MIT", + "depends": ["WebSockets", "ArduinoJson"], + "repository": "https://github.com/Faizyee/BersControl", + "install_requires": [] +} From 267ed1d316d84434ed253e0a9c682611605e0bf0 Mon Sep 17 00:00:00 2001 From: Faizyee Date: Wed, 28 May 2025 10:41:39 +0700 Subject: [PATCH 2/3] Update repositories.txt --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index c34ace872..2928a3bb1 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8063,3 +8063,4 @@ https://github.com/ruiseixasm/JsonTalkie https://github.com/depben/PT7C4339-RTC https://github.com/RCduino/RCduino.git https://github.com/styropyr0/mjoln_fs +https://github.com/Faizyee/Socketyee From 80b7224059642e6a1e25f204b1d6b86f2b87e84d Mon Sep 17 00:00:00 2001 From: Faizyee Date: Wed, 28 May 2025 11:01:05 +0700 Subject: [PATCH 3/3] Delete libraries directory --- libraries/library_index.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 libraries/library_index.json diff --git a/libraries/library_index.json b/libraries/library_index.json deleted file mode 100644 index 4f866c89b..000000000 --- a/libraries/library_index.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "BersControl", - "keywords": "control, esp", - "author": "Faizyee", - "maintainer": "Faizyee ", - "sentence": "A simple library for control ESP", - "paragraph": "This library using WebSockets for protocol control ESP32/ESP8266.", - "category": "Communication", - "url": "https://github.com/Faizyee/BersControl", - "version": "1.0.3", - "architectures": "*", - "license": "MIT", - "depends": ["WebSockets", "ArduinoJson"], - "repository": "https://github.com/Faizyee/BersControl", - "install_requires": [] -}