mirror of https://github.com/arendst/Tasmota.git
Update library.json
This commit is contained in:
parent
20c18b37e8
commit
235a074bfc
|
@ -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": "*"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue