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

Commit b2a0a50

Browse files
authored
v1.0.2
Enhance README.md and add platformio.ini
1 parent 65a819c commit b2a0a50

File tree

3 files changed

+318
-56
lines changed

3 files changed

+318
-56
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
1-
## Contributing to TimerInterrupt
1+
## Contributing to ESP8266TimerInterrupt
22

33
### Reporting Bugs
44

5-
Please report bugs in TimerInterrupt if you find them.
5+
Please report bugs in ESP8266TimerInterrupt if you find them.
66

77
However, before reporting a bug please check through the following:
88

9-
* [Existing Open Issues](https://github.com/khoih-prog/TimerInterrupt/issues) - someone might have already encountered this.
9+
* [Existing Open Issues](https://github.com/khoih-prog/ESP8266TimerInterrupt/issues) - someone might have already encountered this.
1010

11-
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/TimerInterrupt/issues/new).
11+
If you don't find anything, please [open a new issue](https://github.com/khoih-prog/ESP8266TimerInterrupt/issues/new).
1212

1313
### How to submit a bug report
1414

1515
Please ensure to specify the following:
1616

1717
* Arduino IDE version (e.g. 1.8.11) or Platform.io version
18-
* Arduino Core Version (e.g. Arduino v1.8.2)
19-
* Arduino Board (UNO, Mega2560, Nano, etc)
18+
* `ESP8266` Core Version (e.g. ESP8266 core v2.6.3)
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:
@@ -28,12 +27,12 @@ Please ensure to specify the following:
2827

2928
```
3029
Arduino IDE version: 1.8.11
31-
Arduino Core Version v1.8.2)
30+
ESP8266 Core Version 2.6.3
3231
OS: Ubuntu 16.04 LTS
3332
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
3433
3534
Context:
36-
I encountered a crash while trying to use TimerInterrupt.
35+
I encountered a crash while trying to use the Timer Interrupt.
3736
3837
Steps to reproduce:
3938
1. ...
@@ -45,7 +44,7 @@ Steps to reproduce:
4544

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

48-
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/TimerInterrupt/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
47+
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/ESP8266TimerInterrupt/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
4948

5049
### Sending Pull Requests
5150

0 commit comments

Comments
 (0)