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

Commit c64f70c

Browse files
authored
v1.7.0 for WizNet WizFi360
### Releases v1.7.0 1. Add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core
1 parent 013ae47 commit c64f70c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
* [7. UdpNTPClient on MBED RASPBERRY_PI_PICO using ESP8266-AT shield](#7-UdpNTPClient-on-mbed-RASPBERRY_PI_PICO-using-esp8266-at-shield)
9090
* [8. AdvancedWebServer on NRF52840_ITSYBITSY](#8-AdvancedWebServer-on-nrf52840_itsybitsy)
9191
* [9. ATWebServer_BigData on NRF52840_ITSYBITSY](#9-ATWebServer_BigData-on-NRF52840_ITSYBITSY)
92+
* [10. AdvancedServer on WIZNET_WIZFI360_EVB_PICO](#10-AdvancedWebServer-on-WIZNET_WIZFI360_EVB_PICO)
9293
* [Screen Shots](#screen-shots)
9394
* [1. SAMD51 Itsy-Bitsy M4](#1-samd51-itsy-bitsy-m4)
9495
* [2. STM32 Nucleo-144 NUCLEO_F767ZI](#2-stm32-nucleo-144-nucleo_f767zi)
@@ -182,7 +183,7 @@ The ESP8266_AT_Web_Server class found in `ESP8266_AT_Web_Server.h` header, is a
182183

183184
9. 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).
184185

185-
10. WIZNET_WIZFI360_EVB_PICO using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
186+
10. **WIZNET_WIZFI360_EVB_PICO** using [**Earle Philhower's arduino-pico** core](https://github.com/earlephilhower/arduino-pico)
186187

187188
#### WIZNET_WIZFI360_EVB_PICO
188189

@@ -194,10 +195,10 @@ The ESP8266_AT_Web_Server class found in `ESP8266_AT_Web_Server.h` header, is a
194195

195196
#### Currently Supported AT-command shields
196197

197-
1. ESP8266-AT-command shield
198-
2. ESP32-AT-command shield
199-
3. W600 and WIS600-01S AT-command shield
200-
4. WizFi360 AT-command shield
198+
1. `ESP8266-AT-command` shield
199+
2. `ESP32-AT-command` shield
200+
3. `W600` and `WIS600-01S` AT-command shield
201+
4. `WizFi360` AT-command shield
201202

202203
#### WIZFI360
203204

0 commit comments

Comments
 (0)