Skip to content
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+

Choose a tag to compare

@khoih-prog khoih-prog released this 15 Nov 01:55
· 46 commits to main since this release
2dd0a00

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. 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