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

Commit

Permalink
v1.7.0 for WizNet WizFi360
Browse files Browse the repository at this point in the history
### Releases v1.7.0

1. Add support to WizNet `WizFi360`, such as `WIZNET_WIZFI360_EVB_PICO` using `arduino-pico` core
  • Loading branch information
khoih-prog committed Jan 17, 2023
1 parent c64f70c commit 1839e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/AdvancedWebServer/AdvancedWebServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ void setup()

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

Serial.print(F("\nStarting AdvancedServer on "));
Serial.print(F("\nStarting AdvancedWebServer on "));
Serial.print(BOARD_NAME);
Serial.print(F(" with "));
Serial.println(SHIELD_TYPE);
Expand Down

0 comments on commit 1839e2f

Please sign in to comment.