You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,22 @@ Usage:
34
34
35
35
Prerequsites:
36
36
1. Hardware:
37
-
1. ESP8266 (tested with ESP-12E Witty Cloud);
37
+
1. ESP8266 (tested with [ESP-12E Witty Cloud](https://www.instructables.com/Witty-Cloud-Module-Adapter-Board/), IDE setting: LOLIN(WEMOS) D1 R2 and mini);
38
38
1. Push button connected to a GPIO and pulled high;
If you have an ESP with an onboard button, such as Witty Cloud Development board, the program can be used out of the box. Otherwise you need to wire the button and update the GPIO number in the source code.
52
+
53
+
26 Sep 2021:
54
+
* version 2.0 is in prepapation, which will mostly concern refactoring and porting to [esp-ds-system](https://github.com/denis-stepanov/esp-ds-system) library;
55
+
* version 2.1 will include most wanted features (such as color / brightness control).
0 commit comments