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

Fork of Cayenne-MQTT-mbed by myDevicesIoT

Branch:
feature/multivalue
Revision:
22:0dbabcc6e7b2
Parent:
20:996a5c660063
diff -r e46b1f93c011 -r 0dbabcc6e7b2 src/CayenneUtils/CayenneDefines.h
--- a/src/CayenneUtils/CayenneDefines.h	Tue Nov 08 18:48:37 2016 -0700
+++ b/src/CayenneUtils/CayenneDefines.h	Wed Jan 25 10:34:16 2017 -0700
@@ -24,7 +24,7 @@
 #define CAYENNE_TLS_PORT 8883
 
 #ifndef CAYENNE_MAX_MESSAGE_SIZE
-#define CAYENNE_MAX_MESSAGE_SIZE 134 // Redefine this for different message size
+#define CAYENNE_MAX_MESSAGE_SIZE 140 // Redefine this for different message size
 #endif
 
 #ifndef CAYENNE_MAX_MESSAGE_HANDLERS