From abd370c0efc11082cb3998173972042aab8869e8 Mon Sep 17 00:00:00 2001 From: Fabiano Riccardi Date: Mon, 24 Dec 2018 12:38:21 +0100 Subject: [PATCH] Fix url property for Arduino IDE Signed-off-by: Fabiano Riccardi --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 1571de6..da40d82 100644 --- a/library.properties +++ b/library.properties @@ -5,5 +5,5 @@ maintainer=Fabiano Riccardi sentence=This library allows you to command electrical appliances through dimmer (also known as thyristor) paragraph=The code about thyristor is heavily reusable for other AC loads, although this library is designed to support the traditional incandescence light bulbs, this code is easy reusable to command other appliances like electrical heaters. Actually it works only for ESP32 and ESP8266. category=Device Control -url= +url=https://github.com/fabiuz7/dimmable_light_esp8266_lib architectures=esp8266,esp32