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

Commit 043ba06

Browse files
authored
v1.3.0 to add ESP32_S3 support. etc.
### Releases v1.3.0 1. Remove hard-code if possible 2. Improve debug messages by adding functions to display `error/state messages` instead of `cryptic error/state number` 3. Clean up 4. Add support to `ESP32_S3`, using ESP32 core `v2.0.3`. **Don't use `ESP32_S3` with core v2.0.4**. Check [ESP32-S3 Powercycling right after uploading a sketch using Arduino IDE and Arduino Core 2.0.4 #7165](espressif/arduino-esp32#7165)
1 parent 0fc181d commit 043ba06

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

README.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [Asy
111111

112112
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
113113
2. [`ESP32 Core 2.0.4+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/) for ESP32, ESP32_S2, ESP32_C3
114-
3. [`ESP32 Core 2.0.3`](https://github.com/espressif/arduino-esp32) for ESP32_S3-based boards. [![Latest release](https://img.shields.io/github/release/espressif/arduino-esp32.svg)](https://github.com/espressif/arduino-esp32/releases/latest/) for ESP32_S3 until [ESP32-S3 Powercycling right after uploading a sketch using Arduino IDE and Arduino Core 2.0.4 #7165](https://github.com/espressif/arduino-esp32/issues/7165) is fixed.
114+
3. [`ESP32 Core 2.0.3`](https://github.com/espressif/arduino-esp32) for ESP32_S3-based boards. For ESP32_S3 until [ESP32-S3 Powercycling right after uploading a sketch using Arduino IDE and Arduino Core 2.0.4 #7165](https://github.com/espressif/arduino-esp32/issues/7165) is fixed.
115115

116116
---
117117
---
@@ -287,39 +287,39 @@ Connecting to WiFi SSID: HueNet1
287287
AsyncHTTPSRequest @ IP : 192.168.2.133
288288
289289
**************************************
290-
abbreviation: EST
290+
abbreviation: EDT
291291
client_ip: aaa.bbb.ccc.ddd
292-
datetime: 2022-01-23T21:17:05.405121-05:00
292+
datetime: 2022-09-04T19:41:10.727385-04:00
293293
day_of_week: 0
294-
day_of_year: 23
295-
dst: false
296-
dst_from:
297-
dst_offset: 0
298-
dst_until:
294+
day_of_year: 247
295+
dst: true
296+
dst_from: 2022-03-13T07:00:00+00:00
297+
dst_offset: 3600
298+
dst_until: 2022-11-06T06:00:00+00:00
299299
raw_offset: -18000
300300
timezone: America/Toronto
301-
unixtime: 1642990625
302-
utc_datetime: 2022-01-24T02:17:05.405121+00:00
303-
utc_offset: -05:00
304-
week_number: 3
301+
unixtime: 1662334870
302+
utc_datetime: 2022-09-04T23:41:10.727385+00:00
303+
utc_offset: -04:00
304+
week_number: 35
305305
**************************************
306306
HHHHHH
307307
**************************************
308-
abbreviation: EST
308+
abbreviation: EDT
309309
client_ip: aaa.bbb.ccc.ddd
310-
datetime: 2022-01-23T21:18:03.759271-05:00
310+
datetime: 2022-09-04T19:42:10.039223-04:00
311311
day_of_week: 0
312-
day_of_year: 23
313-
dst: false
314-
dst_from:
315-
dst_offset: 0
316-
dst_until:
312+
day_of_year: 247
313+
dst: true
314+
dst_from: 2022-03-13T07:00:00+00:00
315+
dst_offset: 3600
316+
dst_until: 2022-11-06T06:00:00+00:00
317317
raw_offset: -18000
318318
timezone: America/Toronto
319-
unixtime: 1642990683
320-
utc_datetime: 2022-01-24T02:18:03.759271+00:00
321-
utc_offset: -05:00
322-
week_number: 3
319+
unixtime: 1662334930
320+
utc_datetime: 2022-09-04T23:42:10.039223+00:00
321+
utc_offset: -04:00
322+
week_number: 35
323323
```
324324
---
325325

0 commit comments

Comments
 (0)