diff --git a/postToServer/postToServer.ino b/postToServer/postToServer.ino index 8c56342..a7f325d 100644 --- a/postToServer/postToServer.ino +++ b/postToServer/postToServer.ino @@ -3,7 +3,6 @@ #include // to use our protocol byte mac[] = {0xFA, 0xE3, 0x40, 0xEF, 0xFF, 0xFD}; // set the mac address -EthernetClient client; CProtocol12Bytes trameToSend;