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

Commit e2d9be8

Browse files
authored
Fix Codespell complaints
1 parent 4f4ae17 commit e2d9be8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/73cdc771d7613d2f09a4
192192
---
193193
---
194194

195-
### Debug Terminal Ouput Samples
195+
### Debug Terminal Output Samples
196196

197197
#### 1. [AsyncHTTPRequest](examples/AsyncHTTPRequest) running on RASPBERRY_PI_PICO_W using CYW43439 WiFi
198198

changelog.md

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

3333
### Release v1.2.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
### Release v1.2.0

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)