能源管控程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changelog.md 2.7 KiB

2 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. ## ESP_DoubleResetDetector
  2. [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_DoubleResetDetector.svg?)](https://www.ardu-badge.com/ESP_DoubleResetDetector)
  3. [![GitHub release](https://img.shields.io/github/release/khoih-prog/ESP_DoubleResetDetector.svg)](https://github.com/khoih-prog/ESP_DoubleResetDetector/releases)
  4. [![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/ESP_DoubleResetDetector/blob/master/LICENSE)
  5. [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
  6. [![GitHub issues](https://img.shields.io/github/issues/khoih-prog/ESP_DoubleResetDetector.svg)](http://github.com/khoih-prog/ESP_DoubleResetDetector/issues)
  7. ---
  8. ---
  9. ## Table of Contents
  10. * [Changelog](#changelog)
  11. * [Releases v1.3.1](#releases-v131)
  12. * [Releases v1.3.0](#releases-v130)
  13. * [Releases v1.2.1](#releases-v121)
  14. * [Releases v1.2.0](#releases-v120)
  15. * [Releases v1.1.2](#releases-v112)
  16. * [Releases v1.1.1](#releases-v111)
  17. * [Releases v1.1.0](#releases-v110)
  18. * [Releases v1.0.3](#releases-v103)
  19. * [Releases v1.0.2](#releases-v102)
  20. * [Releases v1.0.1](#releases-v101)
  21. ---
  22. ---
  23. ## Changelog
  24. ### Releases v1.3.1
  25. 1. Add waitingForDRD() function to signal in DRD wating period. Check [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14)
  26. 2. Add example [checkWaitingDRD](https://github.com/khoih-prog/ESP_DoubleResetDetector/tree/master/examples/checkWaitingDRD) to demo how to use the new feature.
  27. ### Releases v1.3.0
  28. 1. Add support to `ESP32_S3` using [ESP32 core, esp32-s3-support branch, v2.0.2+](https://github.com/espressif/arduino-esp32/tree/esp32-s3-support)
  29. ### Releases v1.2.1
  30. 1. Fix compile error for ESP32 core v1.0.5-
  31. ### Releases v1.2.0
  32. 1. Auto detect ESP32 core and use either built-in LittleFS or [LITTLEFS](https://github.com/lorol/LITTLEFS) library
  33. 2. Update `library.json` to use new `headers` for PIO
  34. ### Releases v1.1.2
  35. 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
  36. ### Releases v1.1.1
  37. 1. Clean-up all compiler warnings possible.
  38. 2. Add Table of Contents
  39. 3. Modify Version String
  40. ### Releases v1.1.0
  41. 1. Add support to LittleFS for ESP32 using [LITTLEFS](https://github.com/lorol/LITTLEFS) Library
  42. ### Releases v1.0.3
  43. 1. Update to use the new LittleFS for ESP8266 core 2.7.1+
  44. 2. Update [minimal example](examples/minimal)
  45. #### Releases v1.0.2
  46. 1. Fix bug by left-over cpp file.
  47. 2. Fix bug in example.
  48. 3. Enhance README.md
  49. #### Releases v1.0.1
  50. 1. Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266
  51. 2. Add SPIFFS support, besides EEPROM, for ESP32