You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,15 +192,15 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
192
192
- RP2040-based boards, such as **Nano_RP2040_Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
193
193
- RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
194
194
-**WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
195
-
-**RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards**
195
+
-**RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards**
196
196
197
197
### Currently Supported WiFi Modules and Shields
198
198
199
199
-**ESP8266 built-in WiFi**.
200
200
-**ESP32 built-in WiFi**.
201
201
-**WiFiNINA using WiFiNINA or WiFiNINA_Generic library**.
202
202
-**ESP8266-AT, ESP32-AT WiFi shields using WiFiEspAT or [ESP8266_AT_WebServer](https://github.com/khoih-prog/ESP8266_AT_WebServer) library**.
203
-
-**RTL8720DN, RTL8722DM, RTM8722CSM**
203
+
-**RTL8720DN, RTL8722DM, RTL8722CSM**
204
204
205
205
### Currently Supported Ethernet Modules and Shields
206
206
@@ -226,7 +226,7 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
226
226
227
227
### Releases v1.7.0
228
228
229
-
1. Add support to RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards
229
+
1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
230
230
2. Add examples with new features
231
231
232
232
### Releases v1.6.0
@@ -297,7 +297,7 @@ This [**Timezone_Generic library**](https://github.com/khoih-prog/Timezone_Gener
297
297
12.[`Arduino Core for STM32 v2.0.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest)
298
298
13.[`Arduino mbed_rp2040 core 2.3.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
299
299
14.[`Earle Philhower's arduino-pico core v1.9.3+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
300
-
15.[`Arduino AmebaD core 3.0.8+`](https://github.com/ambiot/ambd_arduino) for Realtek RTL8720DN, RTL8722DM and RTM8722CSM. [](https://github.com/ambiot/ambd_arduino/releases/latest)
300
+
15.[`Arduino AmebaD core 3.0.8+`](https://github.com/ambiot/ambd_arduino) for Realtek RTL8720DN, RTL8722DM and RTL8722CSM. [](https://github.com/ambiot/ambd_arduino/releases/latest)
301
301
302
302
16.[`Time v1.6.1+`](https://github.com/PaulStoffregen/Time). [](https://github.com/PaulStoffregen/Time/releases/latest). For PIO [`Time library`](https://platformio.org/lib/show/44/Time)
303
303
17. Depending on which board you're using:
@@ -3016,7 +3016,7 @@ The UTC time is 2:46:32
3016
3016
3017
3017
### Releases v1.7.0
3018
3018
3019
-
1. Add support to RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards
3019
+
1. Add support to RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards
3020
3020
2. Add examples with new features
3021
3021
3022
3022
### Releases v1.6.0
@@ -3080,15 +3080,15 @@ The UTC time is 2:46:32
3080
3080
- RP2040-based boards, such as **Nano_RP2040_Connect**, using [**Arduino mbed OS for Nano boards**](https://github.com/arduino/ArduinoCore-mbed).
3081
3081
- RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed) or [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico).
3082
3082
- **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
3083
-
- **RTL8720DN, RTL8722DM, RTM8722CSM, etc. boards**
3083
+
- **RTL8720DN, RTL8722DM, RTL8722CSM, etc. boards**
3084
3084
3085
3085
### Currently Supported WiFi Modules and Shields
3086
3086
3087
3087
- **ESP8266 built-in WiFi**.
3088
3088
- **ESP32 built-in WiFi**.
3089
3089
- **WiFiNINA using WiFiNINA or WiFiNINA_Generic library**.
3090
3090
- **ESP8266-AT, ESP32-AT WiFi shields using WiFiEspAT or [ESP8266_AT_WebServer](https://github.com/khoih-prog/ESP8266_AT_WebServer) library**.
3091
-
- **RTL8720DN, RTL8722DM, RTM8722CSM**
3091
+
- **RTL8720DN, RTL8722DM, RTL8722CSM**
3092
3092
3093
3093
### Currently Supported Ethernet Modules and Shields
3094
3094
@@ -3143,7 +3143,7 @@ Submit issues to: [Timezone_Generic issues](https://github.com/khoih-prog/Timezo
3143
3143
15. Add support to RP2040-based boards, such as **RASPBERRY_PI_PICO, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, using [**Arduino-mbed RP2040** core](https://github.com/arduino/ArduinoCore-mbed)
3144
3144
16. Add support to ESP32-S2 (using SPIFFS or LittleFS) and ESP32-C3 boards (using SPIFFS)
3145
3145
17. Add support to **WT32_ETH01 boards** using ESP32-based boards and LAN8720 Ethernet
3146
-
18. Add support to **RTL8720DN, RTL8722DM, RTM8722CSM, etc.** boards
3146
+
18. Add support to **RTL8720DN, RTL8722DM, RTL8722CSM, etc.** boards
0 commit comments