This repository was archived by the owner on Jan 29, 2023. It is now read-only.
v1.0.1 to fix PIN_D1 and float issue with core v2.0.0+
Releases v1.0.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. Only OK with core v1.0.6- - Don't use
floatinISRdue to issue with core v2.0.0 and v2.0.1. Only OK with core v1.0.6-. - Delete Blynk-related examples
- Add
changelog.md