From 235a074bfcecba8784a8887b1d617b280b30f9c0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:36:09 +0100 Subject: [PATCH] Update library.json --- lib/lib_rf/rc-switch/library.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/lib_rf/rc-switch/library.json b/lib/lib_rf/rc-switch/library.json index 1d7d2e367..0d6a337f4 100644 --- a/lib/lib_rf/rc-switch/library.json +++ b/lib/lib_rf/rc-switch/library.json @@ -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": "*" }