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

Commit 25e63dd

Browse files
authored
v1.1.0
### Releases v1.1.0 1. Fix bug. See [Fixed count >= min comparison for servo enable](khoih-prog/ESP32_ISR_Servo#1) 2. Clean-up all compiler warnings possible. 3. Add Table of Contents 4. Add Version String 5. Fix and Optimize old examples
1 parent fa11779 commit 25e63dd

File tree

18 files changed

+1819
-911
lines changed

18 files changed

+1819
-911
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.10) or Platform.io version
18-
* `ESP8266` Core Version (e.g. ESP8266 core v2.6.3)
19-
* `ESP8266` Board (e.g. NodeMCU 1.0, WeMos D1 Mini Pro, etc. )
17+
* Arduino IDE version (e.g. 1.8.13) or Platform.io version
18+
* `ESP8266` Core Version (e.g. ESP8266 core v2.7.4)
2019
* Contextual information (e.g. what you were trying to achieve)
2120
* Simplest possible steps to reproduce
2221
* Anything that might be relevant in your opinion, such as:
@@ -27,21 +26,20 @@ Please ensure to specify the following:
2726
### Example
2827

2928
```
30-
Arduino IDE version: 1.8.10
31-
ESP8266 Core Version 2.6.3
32-
WeMos D1 Mini Pro
33-
OS: Ubuntu 16.04 LTS
34-
Linux Inspiron 4.4.0-170-generic #199-Ubuntu SMP Thu Nov 14 01:45:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
29+
Arduino IDE version: 1.8.13
30+
ESP8266 Core Version 2.7.4
31+
OS: Ubuntu 20.04 LTS
32+
Linux Inspiron 5.4.0-54-generic #60-Ubuntu SMP Fri Nov 6 10:37:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
3533
3634
Context:
37-
I encountered a crash while trying to control the Servo.
35+
I encountered a crash while trying to use the Timer Interrupt.
3836
3937
Steps to reproduce:
4038
1. ...
4139
2. ...
4240
3. ...
4341
4. ...
44-
42+
```
4543
### Sending Feature Requests
4644

4745
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.

0 commit comments

Comments
 (0)