Update library.json

This commit is contained in:
Jason2866 2021-02-23 11:36:09 +01:00 committed by GitHub
parent 20c18b37e8
commit 235a074bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -1,21 +1,19 @@
{
"name": "rc-switch",
"description": "Use your Arduino or Raspberry Pi to operate remote radio controlled devices",
"description": "Use ESP8266/ESP32 to operate remote radio controlled devices",
"keywords": "rf, radio, wireless",
"authors":
{
"name": "Suat Ozgur"
"name": "Theo Arends"
},
"repository":
{
"type": "git",
"url": "https://github.com/sui77/rc-switch.git"
"url": "https://github.com/arendst/Tasmota.git"
},
"version": "2.6.2",
"version": "1.0.0",
"frameworks": [
"arduino",
"energia",
"wiringpi"
"arduino"
],
"platforms": "*"
}