The Cayenne MQTT mbed Library provides functions to easily connect to the Cayenne IoT project builder.

Fork of Cayenne-MQTT-mbed by myDevicesIoT

Revision:
20:996a5c660063
Parent:
8:aec9cfdd4c8e
Child:
22:0dbabcc6e7b2
--- a/src/CayenneUtils/CayenneDefines.h	Tue Nov 08 17:27:55 2016 -0700
+++ b/src/CayenneUtils/CayenneDefines.h	Tue Nov 08 18:25:49 2016 -0700
@@ -24,7 +24,7 @@
 #define CAYENNE_TLS_PORT 8883
 
 #ifndef CAYENNE_MAX_MESSAGE_SIZE
-#define CAYENNE_MAX_MESSAGE_SIZE 128 // Redefine this for different message size
+#define CAYENNE_MAX_MESSAGE_SIZE 134 // Redefine this for different message size
 #endif
 
 #ifndef CAYENNE_MAX_MESSAGE_HANDLERS