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

Commit 264495c

Browse files
authored
v1.6.0 to suppress errors and warnings
### Releases v1.6.0 1. Suppress errors and warnings for new ESP32 core v2.0.4+
1 parent 62017ef commit 264495c

11 files changed

+67
-361
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ 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.19) or Platform.io version
18+
* `ESP32` Core Version (e.g. ESP32 core v2.0.4)
1819
* `ESP32-S2` Board type (e.g. ESP32S2_DEV Module, ESP32_S2_Saola, etc.)
1920
* Contextual information (e.g. what you were trying to achieve)
2021
* Simplest possible steps to reproduce
@@ -27,10 +28,10 @@ Please ensure to specify the following:
2728

2829
```
2930
Arduino IDE version: 1.8.19
30-
ESP32 core v2.0.3
31+
ESP32 core v2.0.4
3132
ESP32S2_DEV Module
3233
OS: Ubuntu 20.04 LTS
33-
Linux xy-Inspiron-3593 5.13.0-44-generic #49~20.04.1-Ubuntu SMP Wed May 18 18:44:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
34+
Linux xy-Inspiron-3593 5.15.0-41-generic #44~20.04.1-Ubuntu SMP Fri Jun 24 13:27:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3435
3536
Context:
3637
I encountered a crash while using TimerInterrupt.
@@ -51,3 +52,4 @@ There are usually some outstanding feature requests in the [existing issues list
5152
### Sending Pull Requests
5253

5354
Pull Requests with changes and fixes are also welcome!
55+

0 commit comments

Comments
 (0)