Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 4365446

Browse files
authored
v1.4.0 to fix compiler errors
### Releases v1.4.0 1. Fix compiler errors due to conflict to some libraries. 2. Add complex examples.
1 parent 76a80c0 commit 4365446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ The catch is **your function is now part of an ISR (Interrupt Service Routine),
174174

175175
1. [`Arduino IDE 1.8.15+`](https://www.arduino.cc/en/Main/Software)
176176
2. [`ESP8266 Core 3.0.0+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [![Latest release](https://img.shields.io/github/release/esp8266/Arduino.svg)](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
177-
3. [`Blynk_WM library v1.5.0+`](https://github.com/khoih-prog/Blynk_WM) to use with some examples. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/Blynk_WiFiManager.svg?)](https://www.ardu-badge.com/Blynk_WiFiManager)
177+
3. [`Blynk_WM library v1.6.0+`](https://github.com/khoih-prog/Blynk_WM) to use with some examples. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/Blynk_WiFiManager.svg?)](https://www.ardu-badge.com/Blynk_WiFiManager)
178+
4. [`SimpleTimer library`](https://github.com/jfturcot/SimpleTimer) to use with some examples.
179+
178180

179181
---
180182
---

0 commit comments

Comments
 (0)