Skip to content

Commit

Permalink
add lib json,register platformio
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Feb 1, 2020
1 parent f67f721 commit 97642d9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
24 changes: 24 additions & 0 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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"
}
5 changes: 2 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name=BIGIOT Platform
version=1.0.0
name=ArduinoBIGIOT
version=1.1.0
author=Lewis He
maintainer=Lewis He <[email protected]>
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

0 comments on commit 97642d9

Please sign in to comment.