Skip to content

Commit da51086

Browse files
committed
Update aws_iot_config_SDK.h
1 parent 9b0c9d0 commit da51086

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AWS-IoT-Arduino-Yun-Library/aws_iot_config_SDK.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
#ifndef config_h
1717
#define config_h
1818

19-
#define MAX_BUF_SIZE 256 // maximum number of bytes to publish/receive
20-
#define MAX_SUB 15 // maximum number of subscribe
21-
#define CMD_TIME_OUT 100 // maximum time to wait for feedback from AR9331, 100 = 10 sec
22-
#define MAX_SHADOW_TOPIC_LEN 64 // maximum length for shadow topic, the metadata length for shadow topic is 32, make sure your thing name length plus that does not exceed this limit
19+
#define MAX_BUF_SIZE 256 // maximum number of bytes to publish/receive
20+
#define MAX_SUB 15 // maximum number of subscribe
21+
#define CMD_TIME_OUT 100 // maximum time to wait for feedback from AR9331, 100 = 10 sec
22+
#define MAX_SHADOW_TOPIC_LEN 64 // maximum length for shadow topic, the metadata length for shadow topic is 32, make sure your thing name length plus that does not exceed this limit
2323

2424
#endif

0 commit comments

Comments
 (0)