Skip to content

Commit 7c1c79e

Browse files
Update with new dependencies and development status
1 parent 934546b commit 7c1c79e

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,22 @@ Usage:
3434

3535
Prerequsites:
3636
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);
3838
1. Push button connected to a GPIO and pulled high;
3939
1. Software:
40-
1. Arduino IDE, https://www.arduino.cc/en/main/software (version tested: 1.8.5);
41-
1. ESP8266 core for Arduino, https://github.com/esp8266/Arduino (version tested: 2.6.3);
42-
1. WiFiManager library for Arduino, https://github.com/tzapu/WiFiManager (version tested: 0.15).
40+
1. Arduino IDE, https://www.arduino.cc/en/main/software (version tested: 1.8.13);
41+
1. ESP8266 core for Arduino, https://github.com/esp8266/Arduino (version tested: 3.0.2);
42+
1. WiFiManager library, https://github.com/tzapu/WiFiManager (version tested: 0.16.9);
43+
1. JLed library, https://github.com/jandelgado/jled (version tested: 4.7.0);
44+
1. AceButton library, https://github.com/bxparks/AceButton (version tested: 1.9.1);
45+
1. AceTime library(*), https://github.com/bxparks/AceTime (version tested: 1.7.4);
46+
1. AceCommon library(*), https://github.com/bxparks/AceCommon (version tested: 1.4.6);
47+
1. LinkedList library(*), https://github.com/ivanseidel/LinkedList (version tested: 1.3.2).
48+
49+
(*) dependency will be removed in version 2.0.0.
4350

4451
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

Comments
 (0)