This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 )
36362 . Optional larger ` DEFAULT_RX_TIMEOUT ` from default 3s, for slower networks
3737
3838### Release v1.2.0
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ lib_deps =
5353build_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]
You can’t perform that action at this time.
0 commit comments