Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit f84969e

Browse files
authored
Fix Codespell complaints
1 parent 385000c commit f84969e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ Submit issues to: [ESP_MultiResetDetector issues](https://github.com/khoih-prog/
773773
1. Multi Reset Detector for ESP32 (EEPROM, SPIFFS and LittleFS) and ESP8266 (RTC, EEPROM, SPIFFS and LittleFS).
774774
2. Add support to `ESP32_C3`, `ESP32_S2`
775775
3. Add support to `ESP32_S3` using ESP32 core v2.0.2+
776-
4. Add waitingForMRD() function to signal in MRD wating period.
776+
4. Add waitingForMRD() function to signal in MRD waiting period.
777777
6. Fix ESP32 chipID for example`ConfigOnMultiReset`
778778
7. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
779779

@@ -783,7 +783,7 @@ Submit issues to: [ESP_MultiResetDetector issues](https://github.com/khoih-prog/
783783
### Contributions and thanks
784784

785785
1. Thanks to [kbssa](https://github.com/kbssa) for request enhancement in [Issue 9: Not an issue, but a question](https://github.com/khoih-prog/ESP_DoubleResetDetector/issues/9), leading to this new [ESP_MultiResetDetector Library](https://github.com/khoih-prog/ESP_MultiResetDetector)
786-
2. Thanks to [Tochi Moreno](https://github.com/tochimoreno) for enhancement request in [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14) leading to v1.3.1 to add `waitingForMRD()` function to signal in MRD wating period
786+
2. Thanks to [Tochi Moreno](https://github.com/tochimoreno) for enhancement request in [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14) leading to v1.3.1 to add `waitingForMRD()` function to signal in MRD waiting period
787787

788788
<table>
789789
<tr>

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
### Releases v1.3.1
3535

36-
1. Add waitingForMRD() function to signal in MRD wating period. Check [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14)
36+
1. Add waitingForMRD() function to signal in MRD waiting period. Check [DRD is waiting for a double reset? #14](https://github.com/khoih-prog/ESP_DoubleResetDetector/discussions/14)
3737
2. Add example [checkWaitingMRD](https://github.com/khoih-prog/ESP_MultiResetDetector/tree/main/examples/checkWaitingMRD) to demo how to use the new feature.
3838

3939
### Releases v1.3.0

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ lib_deps =
4242
build_flags =
4343
; set your debug output (default=Serial)
4444
-D DEBUG_ESP_PORT=Serial
45-
; comment the folowing line to enable WiFi debugging
45+
; comment the following line to enable WiFi debugging
4646
-D NDEBUG
4747

4848
[env:ESP8266]

0 commit comments

Comments
 (0)