From 97642d9b358e68e71cd311c7fbfcb3aee22a4ad9 Mon Sep 17 00:00:00 2001 From: lewis he Date: Sat, 1 Feb 2020 15:49:06 +0800 Subject: [PATCH] add lib json,register platformio --- library.json | 24 ++++++++++++++++++++++++ library.properties | 5 ++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 library.json diff --git a/library.json b/library.json new file mode 100644 index 0000000..f1fb222 --- /dev/null +++ b/library.json @@ -0,0 +1,24 @@ +{ + "name": "ArduinoBIGIOT", + "description": "Easy connection to BIGIOT IoT platform, integrated WeChat, mail function", + "keywords": "ESP32, IOT ,ESP8266 ,BIGIOT,Control", + "authors": [ + { + "name": "Lewis He", + "email": "lewishe@outlook.com", + "url": "https://github.com/lewisxhe/ArduinoBIGIOT", + "maintainer": true + } + ], + "repository": { + "type": "git", + "url": "https://github.com/lewisxhe/ArduinoBIGIOT" + }, + "version": "1.1.0", + "homepage": "https://github.com/lewisxhe/ArduinoBIGIOT", + "dependencies": { + "ArduinoJson": "5.13.2" + }, + "frameworks": "Arduino", + "platforms": "espressif8266, espressif32" +} \ No newline at end of file diff --git a/library.properties b/library.properties index 09e623d..08493d1 100644 --- a/library.properties +++ b/library.properties @@ -1,10 +1,9 @@ -name=BIGIOT Platform -version=1.0.0 +name=ArduinoBIGIOT +version=1.1.0 author=Lewis He maintainer=Lewis He sentence=Easy connection to BIGIOT IoT platform, integrated WeChat, mail function paragraph=Easy connection to BIGIOT IoT platform, integrated WeChat, mail function. Tested with ESP32 and ESP8266. category=Communication url=https://github.com/lewisxhe/ArduinoBigiot -architectures=* architectures=esp8266,esp32 \ No newline at end of file