Example for connecting to Cayenne using the ESP8266Interface library.

Dependencies:   Cayenne-MQTT-mbed ESP8266Interface mbed

Revision:
1:9043adf6ae53
Parent:
0:803d1a77010e
Child:
3:508b266e010c
--- a/main.cpp	Wed Oct 12 18:20:48 2016 +0000
+++ b/main.cpp	Wed Oct 12 18:50:54 2016 +0000
@@ -1,7 +1,6 @@
 /**
-* @file CayenneClient.cpp
-*
-* Example app for using the Cayenne MQTT C++ library to send and receive example data.
+* Example app for using the Cayenne MQTT C++ library to send and receive example data. This example uses
+* the ESP8266Interface library to connect via WiFi.
 */
 
 #include "MQTTTimer.h"