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

Commit 8c05a4a

Browse files
authored
v1.2.0 to match new ESP8266 core v3.0.0
### Releases v1.2.0 1. Update to match new ESP8266 core v3.0.0
1 parent 6fe5c17 commit 8c05a4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
* [Example ESP8266_BlynkServoControl](#example-esp8266_blynkservocontrol)
4242
* [1. File ESP8266_BlynkServoControl.ino](#1-file-esp8266_blynkservocontrolino)
4343
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
44-
* [1. ESP8266_BlynkServoControl using LITTLEFS with SSL on ESP8266_NODEMCU](#1-esp8266_blynkservocontrol-using-littlefs-with-ssl-on-esp8266_nodemcu)
45-
* [2. ESP8266_MultipleRandomServos on ESP8266_NODEMCU](#2-esp8266_multiplerandomservos-on-esp8266_nodemcu)
46-
* [3. ESP8266_ISR_MultiServos on ESP8266_NODEMCU](#3-esp8266_isr_multiservos-on-esp8266_nodemcu)
44+
* [1. ESP8266_BlynkServoControl using LITTLEFS with SSL on ESP8266_NODEMCU_ESP12E](#1-esp8266_blynkservocontrol-using-littlefs-with-ssl-on-esp8266_nodemcu_esp12e)
45+
* [2. ESP8266_MultipleRandomServos on ESP8266_NODEMCU_ESP12E](#2-esp8266_multiplerandomservos-on-esp8266_nodemcu_esp12e)
46+
* [3. ESP8266_ISR_MultiServos on ESP8266_NODEMCU_ESP12E](#3-esp8266_isr_multiservos-on-esp8266_nodemcu_esp12e)
4747
* [Debug](#debug)
4848
* [Troubleshooting](#troubleshooting)
4949
* [Releases](#releases)
@@ -130,8 +130,8 @@ This [**ESP8266_ISR_Servo** library](https://github.com/khoih-prog/ESP8266_ISR_S
130130

131131
1. [`Arduino IDE 1.8.13+`](https://www.arduino.cc/en/Main/Software)
132132
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.
133-
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).
134-
4. [`ESP_DoubleResetDetector library v1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use with some examples. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector).
133+
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)
134+
4. [`ESP_DoubleResetDetector library v1.1.1+`](https://github.com/khoih-prog/ESP_DoubleResetDetector) to use with some examples. To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector)
135135

136136
---
137137

@@ -462,7 +462,7 @@ void loop()
462462
463463
### Debug Terminal Output Samples
464464
465-
### 1. ESP8266_BlynkServoControl using LITTLEFS with SSL on ESP8266_NODEMCU
465+
### 1. ESP8266_BlynkServoControl using LITTLEFS with SSL on ESP8266_NODEMCU_ESP12E
466466
467467
468468
```

0 commit comments

Comments
 (0)