You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-07-29 02:02:00 +03:00
increase sub data len to MAXBUFFERSIZE
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user