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

Commit 8cb56a9

Browse files
authored
v1.3.0 to add support to ESP32-S2
### Releases v1.3.0 1. Add support to ESP32-S2 and ESP32-C3 2. Update examples
1 parent 216ed67 commit 8cb56a9

38 files changed

+2660
-736
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1515
Please ensure to specify the following:
1616

1717
* Arduino IDE version (e.g. 1.8.13) or Platform.io version
18-
* `ESP32` Core Version (e.g. ESP32 v1.0.4)
19-
* `ESP32` Board type (e.g. WEMOS LOLIN32, ESP32 Dev Module, etc.)
18+
* `ESP32` Core Version (e.g. ESP32 core v1.0.6)
19+
* `ESP32` Board type (e.g. ESP32_DEV Module, ESP32_S2_DEV, etc.)
2020
* Contextual information (e.g. what you were trying to achieve)
2121
* Simplest possible steps to reproduce
2222
* Anything that might be relevant in your opinion, such as:
@@ -28,13 +28,13 @@ Please ensure to specify the following:
2828

2929
```
3030
Arduino IDE version: 1.8.13
31-
ESP32 Core Version 1.0.4
32-
ESP32 Dev Module
31+
ESP32 Core Version 1.0.6
32+
ESP32S2_DEV Module
3333
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
34+
Linux xy-Inspiron-3593 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
3535
3636
Context:
37-
I encountered a crash while using TimerInterrupt.
37+
I encountered a crash while using ESP32TimerInterrupt.
3838
3939
Steps to reproduce:
4040
1. ...

0 commit comments

Comments
 (0)