From 4ccf81e9236122d3a662e4bf4a4f8f62747e1ce2 Mon Sep 17 00:00:00 2001 From: Alec Moore Date: Mon, 5 Oct 2015 19:47:54 -0500 Subject: [PATCH] fixed up and functional removed unnecessary "}", and removed getFreeRam() which was dependent on "utility/debug.h" --- examples/mqtt_ethernet/mqtt_ethernet.ino | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/mqtt_ethernet/mqtt_ethernet.ino b/examples/mqtt_ethernet/mqtt_ethernet.ino index bbfbee1..08ff0bd 100644 --- a/examples/mqtt_ethernet/mqtt_ethernet.ino +++ b/examples/mqtt_ethernet/mqtt_ethernet.ino @@ -74,8 +74,6 @@ void setup() { Serial.println(F("Adafruit MQTT demo")); - Serial.print(F("Free RAM: ")); Serial.println(getFreeRam(), DEC); - // Initialise the Client Serial.print(F("\nInit the Client...")); Ethernet.begin(mac); @@ -83,8 +81,6 @@ void setup() { mqtt.subscribe(&onoffbutton); - - } } uint32_t x=0;