This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Releases v1.1.2 1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix
- Loading branch information
1 parent
378ef89
commit 8e89ed7
Showing
8 changed files
with
96 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
## ESP_DoubleResetDetector | ||
|
||
[](https://www.ardu-badge.com/ESP_DoubleResetDetector) | ||
[](https://github.com/khoih-prog/ESP_DoubleResetDetector/releases) | ||
[](https://github.com/khoih-prog/ESP_DoubleResetDetector/blob/master/LICENSE) | ||
[](#Contributing) | ||
[](http://github.com/khoih-prog/ESP_DoubleResetDetector/issues) | ||
|
||
--- | ||
--- | ||
|
||
## Table of Contents | ||
|
||
* [Changelog](#changelog) | ||
* [Releases v1.1.2](#releases-v112) | ||
* [Releases v1.1.1](#releases-v111) | ||
* [Releases v1.1.0](#releases-v110) | ||
* [Releases v1.0.3](#releases-v103) | ||
* [Releases v1.0.2](#releases-v102) | ||
* [Releases v1.0.1](#releases-v101) | ||
|
||
--- | ||
--- | ||
|
||
## Changelog | ||
|
||
### Releases v1.1.2 | ||
|
||
1. Update `platform.ini` and `library.json` to use original `khoih-prog` instead of `khoih.prog` after PIO fix | ||
|
||
### Releases v1.1.1 | ||
|
||
1. Clean-up all compiler warnings possible. | ||
2. Add Table of Contents | ||
3. Modify Version String | ||
|
||
### Releases v1.1.0 | ||
|
||
1. Add support to LittleFS for ESP32 using [LITTLEFS](https://github.com/lorol/LITTLEFS) Library | ||
|
||
### Releases v1.0.3 | ||
|
||
1. Update to use the new LittleFS for ESP8266 core 2.7.1+ | ||
2. Update [minimal example](examples/minimal) | ||
|
||
#### Releases v1.0.2 | ||
|
||
1. Fix bug by left-over cpp file. | ||
2. Fix bug in example. | ||
3. Enhance README.md | ||
|
||
#### Releases v1.0.1 | ||
|
||
1. Add EEPROM and SPIFFS support, besides RTC memory, for ESP8266 | ||
2. Add SPIFFS support, besides EEPROM, for ESP32 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters