1
0
mirror of https://github.com/adafruit/Adafruit_MQTT_Library.git synced 2025-07-27 15:01:49 +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
#else
#define MAXSUBSCRIPTIONS 15
#define SUBSCRIPTIONDATALEN 100
#define SUBSCRIPTIONDATALEN MAXBUFFERSIZE
#endif
class AdafruitIO_MQTT; // forward decl