- Fix ESP32 chipID for example
ConfigOnDoubleReset
- Remove dependency on
LittleFS_esp32
library to prevent PIO error when using new ESP32 core v1.0.6+
- Add waitingForDRD() function to signal in DRD waiting period. Check DRD is waiting for a double reset? #14
- Add example checkWaitingDRD to demo how to use the new feature.
- Add support to
ESP32_S3
using ESP32 core, esp32-s3-support branch, v2.0.2+
- Fix compile error for ESP32 core v1.0.5-
- Auto detect ESP32 core and use either built-in LittleFS or LITTLEFS library
- Update
library.json
to use newheaders
for PIO
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix
- Clean-up all compiler warnings possible.
- Add Table of Contents
- Modify Version String
- Add support to LittleFS for ESP32 using LITTLEFS Library
- Update to use the new LittleFS for ESP8266 core 2.7.1+
- Update minimal example
- Fix bug by left-over cpp file.
- Fix bug in example.
- Enhance README.md
- Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
- Add SPIFFS support, besides EEPROM, for ESP32