From 121d39aed97b43e579c9af0beb01017a16fcc387 Mon Sep 17 00:00:00 2001 From: PaulStoffregen Date: Sun, 20 Nov 2016 04:27:14 -0800 Subject: [PATCH] Remove chip detection debugging code --- w5100.cpp | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) diff --git a/w5100.cpp b/w5100.cpp index 55d99a8..abecf3a 100644 --- a/w5100.cpp +++ b/w5100.cpp @@ -49,7 +49,7 @@ uint8_t W5100Class::init(void) uint8_t i; delay(200); - Serial.println("w5100 init"); + //Serial.println("w5100 init"); #ifdef USE_SPIFIFO SPI.begin(); @@ -93,7 +93,7 @@ uint8_t W5100Class::init(void) RXBUF_BASE = 0xC000; } else { - Serial.println("no chip :-("); + //Serial.println("no chip :-("); chip = 0; SPI.endTransaction(); return 0; // no known chip is responding :-( @@ -110,7 +110,7 @@ void W5100Class::reset(void) { uint16_t count=0; - Serial.println("W5100 reset"); + //Serial.println("W5100 reset"); writeMR(1<