You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
v1.3.2 to fix ESP32 chipID for ConfigOnDoubleReset
### Releases v1.3.2
1. Fix ESP32 chipID for example `ConfigOnDoubleReset`
2. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
v1.2.0 to autodetect ESP32 core version
### Releases v1.2.0
1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library
2. Update `library.json` to use new `headers` for PIO
v1.1.2 to update PIO
### Releases v1.1.2
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix