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

Commit 2dd0a00

Browse files
authored
v1.0.1 to fix issue with core v2.0.0+
### Releases v1.0.1 1. Avoid using `PIN_D1 (GPIO1)` in your code due to issue with core v2.0.0 and v2.0.1. Check [ESP32 Core v2.0.1 / 2.0.1 RC1 crashes if using pinMode with GPIO1 #5868](espressif/arduino-esp32#5868). Only OK with core v1.0.6- 2. Don't use `float` in `ISR` due to issue with core v2.0.0 and v2.0.1. Only OK with core v1.0.6-. 3. Delete Blynk-related examples 4. Add changelog.md
1 parent 323cfe1 commit 2dd0a00

24 files changed

+269
-625
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ 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.15) or Platform.io version
18-
* `ESP32` Core Version (e.g. ESP32 core v2.0.0-rc1)
19-
* `ESP32-S2` Board type (e.g. ESP32S2_DEV Module, ESP32_S2_Saola, etc.)
17+
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
18+
* `ESP32` Core Version (e.g. ESP32 core v2.0.1)
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:
@@ -27,14 +27,14 @@ Please ensure to specify the following:
2727
### Example
2828

2929
```
30-
Arduino IDE version: 1.8.15
31-
ESP32 core v2.0.0-rc1
30+
Arduino IDE version: 1.8.16
31+
ESP32 Core Version 2.0.1
3232
ESP32S2_DEV Module
3333
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.4.0-81-generic #91-Ubuntu SMP Thu Jul 15 19:09:17 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
34+
Linux xy-Inspiron-3593 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 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 ESP32_New_TimerInterrupt.
3838
3939
Steps to reproduce:
4040
1. ...

0 commit comments

Comments
 (0)