1
0
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:
brentru
2023-08-31 13:36:49 -04:00
parent c3d72a5a54
commit 4ba2fee0e0

View File

@ -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