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

Commit 1839e2f

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 c64f70c commit 1839e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/AdvancedWebServer/AdvancedWebServer.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void setup()
220220

221221
while (!Serial && millis() < 5000);
222222

223-
Serial.print(F("\nStarting AdvancedServer on "));
223+
Serial.print(F("\nStarting AdvancedWebServer on "));
224224
Serial.print(BOARD_NAME);
225225
Serial.print(F(" with "));
226226
Serial.println(SHIELD_TYPE);

0 commit comments

Comments
 (0)