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

Commit c170968

Browse files
authored
Fix Codespell complaints
1 parent f16e9c6 commit c170968

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/13c9304d5d4fbbfb
277277
---
278278
---
279279

280-
### Debug Terminal Ouput Samples
280+
### Debug Terminal Output Samples
281281

282282
#### 1. [AsyncHTTPRequest](examples/WiFi/AsyncHTTPRequest) running on PORTENTA_H7_M7 WiFi
283283

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
### Releases v1.4.1
3434

35-
1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43)
35+
1. Fix bug of wrong `reqStates`. Check [Release 1.9 breaks previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) and [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43)
3636
2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
3737

3838
### Releases v1.4.0
@@ -67,4 +67,4 @@
6767

6868
### Initial Releases v1.0.0
6969

70-
1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) with `Vision-shield Ethernet` ot `Murata WiFi`
70+
1. Initial coding to support **Portenta_H7 boards** such as Portenta_H7 Rev2 ABX00042, etc., using [**ArduinoCore-mbed mbed_portenta** core](https://github.com/arduino/ArduinoCore-mbed) with `Vision-shield Ethernet` or `Murata WiFi`

platformio/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ lib_deps =
5353
build_flags =
5454
; set your debug output (default=Serial)
5555
; -D DEBUG_ESP_PORT=Serial
56-
; comment the folowing line to enable WiFi debugging
56+
; comment the following line to enable WiFi debugging
5757
; -D NDEBUG
5858

5959
[env:portenta_h7_m7]

0 commit comments

Comments
 (0)