increase sub data len to MAXBUFFERSIZE
This commit is contained in:
parent
c3d72a5a54
commit
4ba2fee0e0
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@
|
||||||
#define SUBSCRIPTIONDATALEN 20
|
#define SUBSCRIPTIONDATALEN 20
|
||||||
#else
|
#else
|
||||||
#define MAXSUBSCRIPTIONS 15
|
#define MAXSUBSCRIPTIONS 15
|
||||||
#define SUBSCRIPTIONDATALEN 100
|
#define SUBSCRIPTIONDATALEN MAXBUFFERSIZE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class AdafruitIO_MQTT; // forward decl
|
class AdafruitIO_MQTT; // forward decl
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue