This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Commit 2dd0a00
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.md1 parent 323cfe1 commit 2dd0a00
File tree
24 files changed
+269
-625
lines changed- examples
- Argument_None
- Change_Interval
- ISR_16_Timers_Array_Complex
- ISR_16_Timers_Array
- RPM_Measure
- SwitchDebounce
- TimerInterruptTest
- src_cpp
- src_h
- src
24 files changed
+269
-625
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments