Skip to content

Commit

Permalink
increase sub data len to MAXBUFFERSIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Aug 31, 2023
1 parent c3d72a5 commit 4ba2fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adafruit_MQTT.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
#define SUBSCRIPTIONDATALEN 20
#else
#define MAXSUBSCRIPTIONS 15
#define SUBSCRIPTIONDATALEN 100
#define SUBSCRIPTIONDATALEN MAXBUFFERSIZE
#endif

class AdafruitIO_MQTT; // forward decl
Expand Down

0 comments on commit 4ba2fee

Please sign in to comment.