You've already forked Adafruit_MQTT_Library
mirror of
https://github.com/adafruit/Adafruit_MQTT_Library.git
synced 2025-09-06 16:06:36 +03:00
increase sub data len to MAXBUFFERSIZE
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
#define SUBSCRIPTIONDATALEN 20
|
||||
#else
|
||||
#define MAXSUBSCRIPTIONS 15
|
||||
#define SUBSCRIPTIONDATALEN 100
|
||||
#define SUBSCRIPTIONDATALEN MAXBUFFERSIZE
|
||||
#endif
|
||||
|
||||
class AdafruitIO_MQTT; // forward decl
|
||||
|
Reference in New Issue
Block a user