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

Commit 2d15aa3

Browse files
authored
v1.2.0 to fix bug and clean-up
### Release v1.2.0 1. Fix bug. 2. Clean up
1 parent baaf7b0 commit 2d15aa3

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
66
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/AsyncHTTPRequest_RP2040W.svg)](http://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/issues)
77

8+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Donate to my libraries using BuyMeACoffee" style="height: 50px !important;width: 181px !important;" ></a>
9+
<a href="https://www.buymeacoffee.com/khoihprog6" title="Donate to my libraries using BuyMeACoffee"><img src="https://img.shields.io/badge/buy%20me%20a%20coffee-donate-orange.svg?logo=buy-me-a-coffee&logoColor=FFDD00" style="height: 20px !important;width: 200px !important;" ></a>
10+
811
---
912
---
1013

@@ -178,13 +181,13 @@ Please take a look at other examples, as well.
178181

179182
#### 1. File [AsyncHTTPRequest.ino](examples/AsyncHTTPRequest/AsyncHTTPRequest.ino)
180183

181-
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/19ea1ad318800e695da4ed3c1ef91e9bcd9a7b29/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L41-L185
184+
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/baaf7b022bd3c1372c1d5bd6ba81b4ccc9099b41/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L41-L185
182185

183186
---
184187

185188
#### 2. File [defines.h](examples/AsyncHTTPRequest/defines.h)
186189

187-
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/19ea1ad318800e695da4ed3c1ef91e9bcd9a7b29/examples/AsyncHTTPRequest/defines.h#L20-L30
190+
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/baaf7b022bd3c1372c1d5bd6ba81b4ccc9099b41/examples/AsyncHTTPRequest/defines.h#L20-L30
188191

189192
---
190193
---
@@ -196,26 +199,26 @@ https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/19ea1ad318800e695da4
196199
```
197200
Start AsyncHTTPRequest on RASPBERRY_PI_PICO_W
198201
AsyncTCP_RP2040W v1.1.0
199-
AsyncHTTPRequest_RP2040W v1.1.1
202+
AsyncHTTPRequest_RP2040W v1.2.0
200203
Connecting to SSID: HueNet1
201204
SSID: HueNet1
202205
Local IP Address: 192.168.2.77
203206
Request sent
204207
205208
**************************************
206209
abbreviation: EDT
207-
client_ip: aaa.bbb.ccc.ddd
208-
datetime: 2022-10-19T00:56:39.919053-04:00
209-
day_of_week: 3
210-
day_of_year: 292
210+
client_ip: 65.110.220.219
211+
datetime: 2022-10-20T23:10:21.133081-04:00
212+
day_of_week: 4
213+
day_of_year: 293
211214
dst: true
212215
dst_from: 2022-03-13T07:00:00+00:00
213216
dst_offset: 3600
214217
dst_until: 2022-11-06T06:00:00+00:00
215218
raw_offset: -18000
216219
timezone: America/Toronto
217-
unixtime: 1666155399
218-
utc_datetime: 2022-10-19T04:56:39.919053+00:00
220+
unixtime: 1666321821
221+
utc_datetime: 2022-10-21T03:10:21.133081+00:00
219222
utc_offset: -04:00
220223
week_number: 42
221224
**************************************
@@ -228,7 +231,7 @@ week_number: 42
228231
```
229232
Start AsyncDweetPOST on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
230233
AsyncTCP_RP2040W v1.1.0
231-
AsyncHTTPRequest_RP2040W v1.1.0
234+
AsyncHTTPRequest_RP2040W v1.2.0
232235
Connecting to SSID: HueNet1
233236
SSID: HueNet1
234237
Local IP Address: 192.168.2.180
@@ -250,7 +253,7 @@ Actual value: 88
250253
```
251254
Start AsyncWebClientRepeating on RASPBERRY_PI_PICO_W
252255
AsyncTCP_RP2040W v1.1.0
253-
AsyncHTTPRequest_RP2040W v1.1.0
256+
AsyncHTTPRequest_RP2040W v1.2.0
254257
Connecting to SSID: HueNet1
255258
SSID: HueNet1
256259
Local IP Address: 192.168.2.180
@@ -314,8 +317,8 @@ You can also change the debugging level from 0 to 4
314317
#define ASYNC_HTTP_RP2040W_DEBUG_PORT Serial
315318

316319
// Use from 0 to 4. Higher number, more debugging messages and memory usage.
317-
#define _ASYNCTCP_RP2040W_LOGLEVEL_ 2
318-
#define _ASYNC_HTTP_LOGLEVEL_ 2
320+
#define _ASYNCTCP_RP2040W_LOGLEVEL_ 1
321+
#define _ASYNC_HTTP_LOGLEVEL_ 1
319322
```
320323

321324
---

0 commit comments

Comments
 (0)