From e77423694bb381f280feff10e744e040e39ac589 Mon Sep 17 00:00:00 2001 From: Mattia Pennasilico Date: Thu, 3 Oct 2024 14:57:44 +0200 Subject: [PATCH] AdvancedChatServer remove wrong comments in sketch description --- .../examples/AdvancedChatServer/AdvancedChatServer.ino | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino b/libraries/Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino index cde393ed4..890787130 100644 --- a/libraries/Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino +++ b/libraries/Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino @@ -4,11 +4,6 @@ A more advanced server that distributes any incoming messages to all connected clients but the client the message comes from. To use, telnet to your device's IP address and type. - You can see the client's input in the serial monitor as well. - Using an Arduino Wiznet Ethernet shield. - - Circuit: - * Ethernet shield attached to pins 10, 11, 12, 13 created 18 Dec 2009 by David A. Mellis